Ticket #17023: Portfile.diff
File Portfile.diff, 1.3 KB (added by markdigital69@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id$ 2 2 3 PortSystem 1.0 4 3 5 name gal 4 version 2. 4.36 version 2.5.3 5 7 description GNOME Application Libs (GAL). 6 8 long_description The GNOME Application Libs (GAL) module contains \ 7 9 some library functions that came from Gnumeric \ 8 10 and Evolution. The idea is to reuse the code \ 9 11 across various larger GNOME applications that \ 10 might want to use it. 12 might want to use it. 11 13 maintainers nomaintainer 12 14 categories gnome 13 platforms darwin 15 platforms darwin 14 16 homepage http://www.gnome.org 15 master_sites gnome:sources/gal/2.4/ 16 checksums md5 de9ef290fd614a1057e26e31bc294142 17 master_sites gnome:sources/${name}/[join [lrange [split ${version} {.}] 0 1] {.}]/ 18 19 checksums md5 8fae770488887f9d0f95bcdbffc673cc \ 20 sha1 7c590925bfc9f2650464d658c2d970291b034449 \ 21 rmd160 caa7322c430059832829107027faa6fe7cee6e94 22 17 23 depends_lib lib:libgnomeprintui:libgnomeprintui \ 18 24 port:dbus \ 19 25 port:dbus-glib 26 20 27 use_bzip2 yes 28 29 patchfiles patch-gal-widgets-e-unicode.h.diff 30 21 31 configure.args --mandir=${prefix}/share/man 22 32 configure.cppflags-append "-L${prefix}/lib" 23 33 configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"