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