Ticket #4028: Portfile.diff
File Portfile.diff, 2.6 KB (added by yves@…, 19 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile,v 1.15 2005/06/14 05:56:37 olegb Exp $ 2 2 PortSystem 1.0 3 3 name windowmaker 4 version 0.91.0 5 revision 1 4 version 0.92.0 6 5 description Window Maker is a X11 window manager supporting GNUstep 7 6 long_description Window Maker is an X11 window manager originally \ 8 7 designed to provide integration support for the \ … … 12 11 rich, easy to configure, and easy to use. \ 13 12 It is also free software, with contributions being \ 14 13 made by programmers from around the world. 15 maintainers olegb@opendarwin.org yves@ gnu-darwin.org14 maintainers olegb@opendarwin.org yves@opendarwin.org 16 15 categories x11-wm x11 17 16 platforms darwin freebsd 18 17 homepage http://www.windowmaker.org/ … … 25 24 ftp://gd.tuwien.ac.at/hci/windowmaker/source/release/ \ 26 25 ftp://ftp.dti.ad.jp/pub/X/WindowMaker/source/release/ \ 27 26 ftp://ftp.chg.ru/pub/X11/windowmanagers/windowmaker/source/release/ 28 checksums md5 9d5e583e6cce5b4d16bb686b0c26c5dc29 depends_lib lib:libX11.6:XFree86 lib:libjpeg.62:jpeg lib:libpng.3:libpng\30 lib:libtiff.3:tiff lib:libXft.2.1.2:Xft227 checksums md5 aaac5421b686ed2d3e6ab65229c98097 28 depends_lib lib:libX11.6:XFree86 port:jpeg port:libpng port:libungif \ 29 port:tiff port:Xft2 31 30 use_bzip2 yes 32 31 33 32 post-patch { … … 43 42 } 44 43 } 45 44 46 configure.args --disable-locale --disable-debug --mandir=${prefix}/share/man 45 configure.env LINGUAS="bg cs da de el es et fi fr gl hr hu it ja \ 46 ko ms nl no pl pt ro ru sk sv tr zh_CN" \ 47 LIBS="-L${prefix}/lib -lintl -L/usr/X11R6/lib -lX11" 48 configure.args --disable-debug --enable-gnome \ 49 --mandir=${prefix}/share/man \ 50 --with-nlsdir=${prefix}/share/locale \ 51 --with-gnustepdir=${prefix}/GNUstep 47 52 48 post-destroot { 49 file delete -force ${destroot}${prefix}/share/WindowMaker/Icons/defaultAppIcon.tiff 50 } 51 52 variant full { 53 depends_lib-append lib:libungif.4:libungif 54 configure.env LINGUAS="bg cs da de el es et fi fr gl hr hu it ja \ 55 ko ms nl no pl pt ro ru sk sv tr zh_CN" \ 56 LIBS="-L${prefix}/lib -lintl -L/usr/X11R6/lib -lX11" 57 patchfiles patch-WINGs-Examples-Makefile.in patch-util-Makefile.in 58 59 configure.args-delete --disable-locale 60 configure.args-append --with-nlsdir=${prefix}/share/locale \ 61 --enable-gnome --mandir=${prefix}/share/man 62 } 53 #post-destroot { 54 # system "rm -f ${destroot}${prefix}/share/WindowMaker/Icons/defaultAppIcon.tiff" 55 #}