[22752] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 13 07:10:16 PDT 2007


Revision: 22752
          http://trac.macosforge.org/projects/macports/changeset/22752
Author:   takanori at macports.org
Date:     2007-03-13 07:10:16 -0700 (Tue, 13 Mar 2007)

Log Message:
-----------
New port: gphoto2
Ticket:		#11508

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

Added: trunk/dports/graphics/gphoto2/Portfile
===================================================================
--- trunk/dports/graphics/gphoto2/Portfile	                        (rev 0)
+++ trunk/dports/graphics/gphoto2/Portfile	2007-03-13 14:10:16 UTC (rev 22752)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem	1.0
+name		gphoto2
+version		2.3.1
+categories	graphics
+maintainers	nomaintainer at macports.org
+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
+
+configure.env	CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
+		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}
+}


Property changes on: trunk/dports/graphics/gphoto2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070313/260b6f4d/attachment.html


More information about the macports-changes mailing list