1 | # $Id: Portfile,v 1.10 2003/12/10 20:08:04 olegb Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name lesstif |
---|
5 | version 0.93.94 |
---|
6 | revision 0 |
---|
7 | categories x11 |
---|
8 | maintainers lomion@mac.com |
---|
9 | description An Open Source implementation of OSF/Motif. |
---|
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. |
---|
11 | platforms darwin |
---|
12 | #master_sites ftp://ftp.rge.com/pub/X/lesstif/srcdist/ |
---|
13 | master_sites sourceforge |
---|
14 | checksums md5 6ae7340d91ba0566676bd3abb3842203 |
---|
15 | use_bzip2 yes |
---|
16 | depends_lib lib:libX11.6:XFree86 |
---|
17 | prefix ${x11prefix} |
---|
18 | configure.args --enable-production |
---|
19 | |
---|
20 | variant motif12 { configure.args-append --enable-build-12 } |
---|
21 | variant motif20 { configure.args-append --enable-build-20 } |
---|
22 | variant xdnd { configure.args-append --enable-xdnd } |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | system "rm -rf ${destroot}${prefix}/lib/X11/app-defaults" |
---|
26 | system "rm -rf ${destroot}${prefix}/lib/X11/config/host.def" |
---|
27 | } |
---|