Revision: 100762 https://trac.macports.org/changeset/100762 Author: ryandesign@macports.org Date: 2012-12-23 00:41:58 -0800 (Sun, 23 Dec 2012) Log Message: ----------- pstoedit: adjust whitespace and formatting Modified Paths: -------------- trunk/dports/graphics/pstoedit/Portfile Modified: trunk/dports/graphics/pstoedit/Portfile =================================================================== --- trunk/dports/graphics/pstoedit/Portfile 2012-12-23 08:40:13 UTC (rev 100761) +++ trunk/dports/graphics/pstoedit/Portfile 2012-12-23 08:41:58 UTC (rev 100762) @@ -6,14 +6,15 @@ name pstoedit version 3.61 categories graphics +platforms darwin +maintainers nomaintainer license GPL-2+ -maintainers nomaintainer + description Translate PostScript and PDF to other vector formats -long_description \ - pstoedit converts PostScript™ and PDF files to other vector graphic \ - formats so that they can be edited graphically. -platforms darwin +long_description pstoedit converts PostScript™ and PDF files to other \ + vector graphic formats so that they can be edited \ + graphically. homepage http://www.pstoedit.net/ master_sites sourceforge:project/pstoedit/pstoedit/${version} @@ -27,22 +28,24 @@ port:plotutils \ port:libpng \ port:zlib + depends_run port:ghostscript patchfiles patch-src-cppcomp.h.diff -configure.args --without-emf --without-swf +configure.args --without-emf \ + --without-swf -configure.cppflags-append "-Wno-long-long" +configure.cppflags-append -Wno-long-long use_parallel_build no post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \ - ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath}/doc pstoedit.1 \ - ${destroot}${prefix}/share/man/man1 - eval xinstall -m 644 [glob ${worksrcpath}/doc/*.htm] \ - [glob ${worksrcpath}/doc/*.tex] [glob ${worksrcpath}/doc/*.txt] \ - ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \ + ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath}/doc pstoedit.1 \ + ${destroot}${prefix}/share/man/man1 + eval xinstall -m 644 [glob ${worksrcpath}/doc/*.htm] \ + [glob ${worksrcpath}/doc/*.tex] [glob ${worksrcpath}/doc/*.txt] \ + ${destroot}${prefix}/share/doc/${name} }