Ticket #3835: Portfile.diff
File Portfile.diff, 1.0 KB (added by markd@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name lesstif 5 version 0.9 4.45 version 0.95.0 6 6 categories x11 7 7 maintainers lomion@mac.com 8 8 description An Open Source implementation of OSF/Motif. 9 9 long_description This is an independent implementation of the Motif widget set, originally developed by the Hungry Programmers. It has been somewhat superceded by the openMotif toolkit now that the OSF has open-sourced the original reference bits. 10 10 platforms darwin 11 #master_sites ftp://ftp.rge.com/pub/X/lesstif/srcdist/12 11 master_sites sourceforge 13 checksums md5 3096ca456c0bc299d895974d307c82d812 checksums md5 ab895165c149d7f95843c7584b1c7ad4 14 13 use_bzip2 yes 15 14 depends_lib lib:libX11.6:XFree86 16 15 prefix ${x11prefix} 17 configure.args --enable-production 16 configure.args --enable-production --without-freetype-includes 18 17 19 18 variant motif12 { configure.args-append --enable-build-12 } 20 19 variant motif20 { configure.args-append --enable-build-20 }