Ticket #1489: Portfile

File Portfile, 1.0 KB (added by lomion@…, 20 years ago)

Updated to use a new dependency lib

Line 
1# $Id: Portfile,v 1.10 2003/12/10 20:08:04 olegb Exp $
2
3PortSystem 1.0
4name            lesstif
5version         0.93.94
6revision        0
7categories      x11
8maintainers     lomion@mac.com
9description     An Open Source implementation of OSF/Motif.
10long_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.
11platforms       darwin
12#master_sites   ftp://ftp.rge.com/pub/X/lesstif/srcdist/
13master_sites    sourceforge
14checksums       md5 6ae7340d91ba0566676bd3abb3842203
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}