[48615] trunk/dports/graphics/gphoto2/Portfile

blb at macports.org blb at macports.org
Thu Mar 26 00:43:00 PDT 2009


Revision: 48615
          http://trac.macports.org/changeset/48615
Author:   blb at macports.org
Date:     2009-03-26 00:43:00 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
graphics/gphoto2 - whitespace changes

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

Modified: trunk/dports/graphics/gphoto2/Portfile
===================================================================
--- trunk/dports/graphics/gphoto2/Portfile	2009-03-26 07:39:43 UTC (rev 48614)
+++ trunk/dports/graphics/gphoto2/Portfile	2009-03-26 07:43:00 UTC (rev 48615)
@@ -1,38 +1,44 @@
 # $Id$
 
-PortSystem	1.0
-name		gphoto2
-version		2.3.1
-categories	graphics
-maintainers	nomaintainer
-description	command line interface to libgphoto2.
+PortSystem          1.0
+name                gphoto2
+version             2.3.1
+categories          graphics
+maintainers         nomaintainer
+description         command line interface to libgphoto2.
 long_description \
-		gphoto2 is the command line interface to libgphoto2. \
-		It allows almost everything that libgphoto2 can do.
-platforms	darwin
-homepage	http://www.gphoto.org/proj/gphoto2/
-master_sites	sourceforge:gphoto
-use_bzip2	yes
-checksums	md5 00da102280dd5743d8f8b80173b4dd26 \
-		sha1 553668806d45d7db5926eb3963863a58da9032c1 \
-		rmd160 77b4325acbbace03ab5a70251f0b36d6c6d1a586
-depends_lib	port:gettext \
-		port:jpeg \
-		port:libexif \
-		port:libgphoto2 \
-		port:libiconv \
-		port:libusb \
-		port:pkgconfig \
-		port:popt \
-		port:readline
+   gphoto2 is the command line interface to libgphoto2.  It allows almost \
+   everything that libgphoto2 can do.
 
-configure.cflags-append -I${prefix}/include
-configure.env	POPT_CFLAGS="-I${prefix}/include" POPT_LIBS="-L${prefix}/lib -lpopt"
-configure.args	--without-cdk --without-aalib
+platforms           darwin
 
-destroot.target	install-strip
+homepage            http://www.gphoto.org/proj/gphoto2/
+master_sites        sourceforge:gphoto
+use_bzip2           yes
+
+checksums           md5 00da102280dd5743d8f8b80173b4dd26 \
+                    sha1 553668806d45d7db5926eb3963863a58da9032c1 \
+                    rmd160 77b4325acbbace03ab5a70251f0b36d6c6d1a586
+
+depends_lib         port:gettext \
+                    port:jpeg \
+                    port:libexif \
+                    port:libgphoto2 \
+                    port:libiconv \
+                    port:libusb \
+                    port:pkgconfig \
+                    port:popt \
+                    port:readline
+
+configure.cflags-append   -I${prefix}/include
+configure.env       POPT_CFLAGS="-I${prefix}/include" \
+                    POPT_LIBS="-L${prefix}/lib -lpopt"
+configure.args      --without-cdk --without-aalib
+
+destroot.target     install-strip
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL NEWS README TODO \
-		${destroot}${prefix}/share/doc/${name}
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL NEWS README \
+      TODO ${destroot}${prefix}/share/doc/${name}
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/eabbd789/attachment.html>


More information about the macports-changes mailing list