Ticket #17480: Portfile.diff
File Portfile.diff, 1.4 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 16 years ago) |
---|
-
Portfile
7 7 desktop window manager for the X Window system. 8 8 homepage http://www.fvwm.org/ 9 9 maintainers pguyot@kallisys.net 10 categories x11 -wm x1110 categories x11 x11-wm 11 11 platforms darwin 12 12 master_sites ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ 13 13 ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ … … 18 18 rmd160 4025f6c75c0919bffdaa9acbc7a4d987617d098b 19 19 20 20 depends_lib lib:libX11.6:XFree86 \ 21 22 lib:libgtk.1:gtk1 \23 lib:libreadline:readline \24 bin:gnome-config:gnome-libs25 # I'm installing this in x11prefix like fvwm. 26 configure.args --enable-gtk \21 lib:libXpm.4:xpm \ 22 port:gtk1 \ 23 port:readline \ 24 port:gnome-libs 25 26 configure.args --enable-gtk \ 27 27 --with-gnome \ 28 28 --with-ncurses-library=yes \ 29 29 --without-rplay-library \ 30 30 --without-stroke-library \ 31 -- with-x\32 -- prefix=${x11prefix}31 --x-include=${x11prefix}/include \ 32 --x-lib=${x11prefix}/lib 33 33 34 34 livecheck.check regexm 35 35 livecheck.regex {Latest Unstable Release: </td>\s+.*?<a href="download" >([^<]*)</a>} 36 36 livecheck.url ${homepage} 37 37 38 variant without_gnome { 39 configure.args-delete --with-gnome 40 configure.args-append --without-gnome 41 depends_lib-delete port:gnome-libs 42 } 43 44 # port:gtk1 is not universal 45 universal_variant no