Ticket #1278: Portfile

File Portfile, 953 bytes (added by lomion@…, 20 years ago)

Updated Portfile

Line 
1PortSystem 1.0
2name            lesstif
3version         0.93.94
4revision        0
5categories      x11
6maintainers     lomion@mac.com
7description     An Open Source implementation of OSF/Motif.
8long_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.
12platforms       darwin
13
14master_sites sourceforge
15master_sites.mirror_subdir  ${name}
16
17checksums       md5 9eb87b5470333ccb31425a47d24f5a96
18
19depends_lib     lib:libX11:XFree86
20prefix          ${x11prefix}
21configure.args  --enable-production
22
23variant motif12 { configure.args-append --enable-build-12 }
24variant motif20 { configure.args-append --enable-build-20 }
25variant xdnd    { configure.args-append --enable-xdnd }
26
27post-destroot   {
28                system "rm -rf ${destroot}${prefix}/lib/X11/app-defaults"
29                system "rm -rf ${destroot}${prefix}/lib/X11/config/host.def"
30}