1 | PortSystem 1.0 |
---|
2 | name lesstif |
---|
3 | version 0.93.94 |
---|
4 | revision 0 |
---|
5 | categories x11 |
---|
6 | maintainers lomion@mac.com |
---|
7 | description An Open Source implementation of OSF/Motif. |
---|
8 | long_description This is an independent implementation of the Motif widget set, \ |
---|
9 | originally developed by the Hungry Programmers. It has been somewhat \ |
---|
10 | superceded by the openMotif toolkit now that the OSF has open-sourced \ |
---|
11 | the original reference bits. |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | master_sites sourceforge |
---|
15 | master_sites.mirror_subdir ${name} |
---|
16 | |
---|
17 | checksums md5 9eb87b5470333ccb31425a47d24f5a96 |
---|
18 | |
---|
19 | depends_lib lib:libX11:XFree86 |
---|
20 | prefix ${x11prefix} |
---|
21 | configure.args --enable-production |
---|
22 | |
---|
23 | variant motif12 { configure.args-append --enable-build-12 } |
---|
24 | variant motif20 { configure.args-append --enable-build-20 } |
---|
25 | variant xdnd { configure.args-append --enable-xdnd } |
---|
26 | |
---|
27 | post-destroot { |
---|
28 | system "rm -rf ${destroot}${prefix}/lib/X11/app-defaults" |
---|
29 | system "rm -rf ${destroot}${prefix}/lib/X11/config/host.def" |
---|
30 | } |
---|