Ticket #2850: Portfile

File Portfile, 966 bytes (added by yves@…, 19 years ago)

Portfile

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