Changeset 24728
- Timestamp:
- 05/01/07 13:35:53 (19 months ago)
- Files:
-
- 1 modified
-
trunk/dports/graphics/gimp-dev/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/gimp-dev/Portfile
r22731 r24728 2 2 3 3 PortSystem 1.0 4 name gimp-dev 5 version 2.3.15 6 categories graphics 7 maintainers yves@macports.org 8 description The GNU Image Manipulation Program (unstable) 4 name gimp-dev 5 version 2.3.16 6 categories graphics 7 maintainers yves@macports.org 8 homepage http://www.gimp.org/ 9 platforms darwin 10 11 description The GNU Image Manipulation Program (unstable) 9 12 long_description \ 10 13 The GNU Image Manipulation Program (GIMP) is a powerful \ … … 12 15 The GIMP provides the user with a wide variety of image \ 13 16 manipulation, painting, processing, and rendering tools. 14 homepage http://www.gimp.org/ 15 platforms darwin 16 master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \17 ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \18 ftp://ftp.minet.net/pub/gimp/v2.3/ \19 ftp://ftp.gimp.org/pub/gimp/v2.3/ 20 checksums md5 ca1ac6c338866020b9ebe98d134bd749 21 distname gimp-${version} 22 use_bzip2 yes 23 depends_lib port:aalib \24 port:curl \25 port:gimp-print \26 port:libexif \27 port:libgnomeui \28 port:libgtkhtml \29 port:libmng \30 port:librsvg \31 port:libwmf \32 port:poppler \33 port:py-gtk217 18 master_sites ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ 19 ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \ 20 ftp://ftp.minet.net/pub/gimp/v2.3/ \ 21 ftp://ftp.gimp.org/pub/gimp/v2.3/ 22 checksums md5 00797e627c8a180e5364f334aab27631 23 distname gimp-${version} 24 use_bzip2 yes 25 26 depends_lib port:aalib \ 27 port:curl \ 28 port:gimp-print \ 29 port:libexif \ 30 port:libgnomeui \ 31 port:libgtkhtml \ 32 port:libmng \ 33 port:librsvg \ 34 port:libwmf \ 35 port:poppler \ 36 port:py-gtk2 34 37 35 configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include 36 configure.pre_args --prefix="${prefix}/gimp-2.3" 37 configure.args --enable-mp 38 39 destroot.destdir DESTDIR=${destroot} 38 configure.pre_args \ 39 --prefix="${prefix}/gimp-2.3" 40 configure.args --enable-mp 40 41 41 42 post-destroot { … … 48 49 variant without_gnome { 49 50 depends_lib-append port:dbus-glib \ 50 port:libart_lgpl \51 port:p5-xml-parser51 port:libart_lgpl \ 52 port:p5-xml-parser 52 53 depends_lib-delete port:libgnomeui \ 53 54 port:libgtkhtml \

