Ticket #11491: portfile-0.11.patch
File portfile-0.11.patch, 1.1 KB (added by frank.mcpherson@…, 18 years ago) |
---|
-
ufraw/Portfile
old new 1 # $Id: Portfile 20 944 2006-12-12 20:54:13Z markd@macports.org $1 # $Id: Portfile 20313 2006-11-01 21:58:20Z blair@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name ufraw 5 version 0.1 05 version 0.11 6 6 categories graphics 7 maintainers 7 maintainers frank.mcpherson@janusresearch.com 8 8 description Unidentified Flying Raw (UFRaw) 9 9 10 10 long_description \ … … 17 17 homepage http://ufraw.sourceforge.net 18 18 platforms darwin 19 19 master_sites sourceforge 20 checksums md5 12d9bfdb8ed22e28129a729847ba666420 checksums md5 e7e5930a872657830a77dc9ddbfce93b 21 21 distname ufraw-${version} 22 22 depends_lib port:gimp2 port:exiv2 23 23 24 24 25 25 configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include 26 configure.args --mandir=${prefix}/share/man -- with-exiv226 configure.args --mandir=${prefix}/share/man --enable-extras --with-exiv2