Ticket #17032: Portfile.diff
File Portfile.diff, 1.2 KB (added by markdigital69@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id$ 2 2 3 PortSystem 1.0 4 3 5 name eog 4 version 2. 18.25 revision 0 6 version 2.24.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 6 8 description An image viewing program. 7 9 long_description This is the Eye of Gnome, an image viewer program. \ 8 10 It is meant to be a fast and functional image viewer \ 9 11 as well as an image cataloging program. 10 12 maintainers nomaintainer 11 13 categories gnome 12 platforms darwin 14 platforms darwin 13 15 homepage http://www.gnome.org/ 14 master_sites gnome:sources/${name}/ 2.18/15 checksums md5 7e5fc342201ea00404008258c19b4461\16 sha1 d3fcca9f2a6b72f37d1a5d37561bd0eae54b730e\17 rmd160 9bc5286913e83058cf3b833493f0ed4cb218c1e716 master_sites gnome:sources/${name}/${branch}/ 17 checksums md5 1233b5130e2d56e9d50d39084ae067ef \ 18 sha1 f1406dc1ba9a2d7f8527cfbffa3f0889005b6971 \ 19 rmd160 b387b05aa2f5adc979d1acdfa78788bed947c126 18 20 19 21 depends_lib port:gnome-platform-suite \ 20 22 lib:libiconv.2:libiconv port:fontconfig \ … … 30 32 31 33 use_bzip2 yes 32 34 35 patchfiles patch-src-main.c.diff 36 33 37 configure.args --mandir=${prefix}/share/man --disable-scrollkeeper 34 38 35 39 post-destroot {