[41150] trunk/dports/graphics/pstoedit/Portfile

blb at macports.org blb at macports.org
Sat Oct 25 19:03:14 PDT 2008


Revision: 41150
          http://trac.macports.org/changeset/41150
Author:   blb at macports.org
Date:     2008-10-25 19:03:14 -0700 (Sat, 25 Oct 2008)
Log Message:
-----------
graphics/pstoedit - whitespace changes

Modified Paths:
--------------
    trunk/dports/graphics/pstoedit/Portfile

Modified: trunk/dports/graphics/pstoedit/Portfile
===================================================================
--- trunk/dports/graphics/pstoedit/Portfile	2008-10-26 00:27:38 UTC (rev 41149)
+++ trunk/dports/graphics/pstoedit/Portfile	2008-10-26 02:03:14 UTC (rev 41150)
@@ -1,42 +1,42 @@
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				pstoedit
-version				3.45
-categories			graphics
-maintainers			nomaintainer
-description			Translate PostScript and PDF to other vector formats
+name                pstoedit
+version             3.45
+categories          graphics
+maintainers         nomaintainer
+description         Translate PostScript and PDF to other vector formats
 long_description \
-	pstoedit converts Postscript(TM) and PDF files to other vector graphic \
-	formats so that they can be edited graphically.
+   pstoedit converts Postscript(TM) and PDF files to other vector graphic \
+   formats so that they can be edited graphically.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://www.pstoedit.net/
-master_sites		sourceforge:pstoedit
+homepage            http://www.pstoedit.net/
+master_sites        sourceforge:pstoedit
 
-checksums			md5 071efc64d9edf5d942b407348ac7451d
+checksums           md5 071efc64d9edf5d942b407348ac7451d
 
-depends_lib			port:ImageMagick \
-					port:plotutils \
-					port:libpng \
-					port:zlib
-depends_run			port:ghostscript
+depends_lib         port:ImageMagick \
+                    port:plotutils \
+                    port:libpng \
+                    port:zlib
+depends_run         port:ghostscript
 
-configure.cppflags-append	"-Wno-long-long"
+configure.cppflags-append   "-Wno-long-long"
 
 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}
 }
 
 platform darwin 6 {
-	depends_lib-append		port:dlcompat
+   depends_lib-append   port:dlcompat
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081025/a680ac2d/attachment.html>


More information about the macports-changes mailing list