Ticket #5897: Portfile.new

File Portfile.new, 973 bytes (added by mww@…, 18 years ago)

x11/openmotif/Portfile

Line 
1# $Id: Portfile,v 1.17 2005/06/14 06:28:49 jkh Exp $
2
3PortSystem 1.0
4name                    openmotif
5version                 2.3.0
6categories              x11
7maintainers             darwinports@opendarwin.org
8description             The Open Motif toolkit for X11
9long_description        This is The Open Group's full version of Motif based on \
10                                the original OSF sources.
11platforms               darwin
12homepage                http://www.motifzone.net/
13master_sites    http://ftp.motifzone.net/om2.3/
14checksums               md5 4a89323f514f1e9dfa8c09cbd80f43a7
15
16depends_build   lib:libX11.6:XFree86
17depends_lib             port:jpeg port:libpng port:Xft2 port:expat port:fontconfig \
18                                port:freetype port:libiconv port:xrender port:zlib
19
20post-patch {
21        reinplace "s;recipient's;recipients;" ${worksrcpath}/tools/wml/motif.wml
22}
23
24configure.args  --mandir=${prefix}/share/man
25configure.env   CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \
26                                LDFLAGS=-L${prefix}/lib
27
28build.env       LANG=C
29
30platform darwin 8 {
31        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
32}
33