Ticket #17508: lesstif.diff
File lesstif.diff, 1.3 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name lesstif 5 5 version 0.95.0 6 revision 1 6 7 categories x11 7 8 maintainers lomion@mac.com 8 9 description An Open Source implementation of OSF/Motif. 9 10 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 11 platforms darwin 12 homepage http://www.lesstif.org 11 13 master_sites sourceforge 12 14 checksums md5 ab895165c149d7f95843c7584b1c7ad4 13 15 use_bzip2 yes 14 depends_lib lib:libX11.6:XFree8615 prefix ${x11prefix}16 16 configure.args --enable-production --without-freetype-includes 17 universal_variant no 17 18 19 depends_lib \ 20 lib:libICE.6:xorg-libice \ 21 lib:libSM.6:xorg-libsm \ 22 lib:libX11.6:xorg-libX11 \ 23 lib:libXau.6:xorg-libXau \ 24 lib:libXdmcp.6:xorg-libXdmcp \ 25 lib:libXext.6:xorg-libXext \ 26 lib:libXp.6:xorg-libXp \ 27 lib:libXt.6:xorg-libXt 28 18 29 variant motif12 { configure.args-append --enable-build-12 } 19 30 variant motif20 { configure.args-append --enable-build-20 } 20 31 variant xdnd { configure.args-append --enable-xdnd }