Ticket #364: Portfile

File Portfile, 684 bytes (added by drm@…, 22 years ago)

Portfile

Line 
1PortSystem 1.0
2name            openMotif
3version         2.2.2
4revision        0
5categories      x11
6maintainers     jkh@opendarwin.org
7description     The Open Motif toolkit for X11
8long_description This is The Open Group's full version of Motif based on the original OSF sources.
9platforms       darwin
10master_sites    http://ftp.motifzone.net/2.2/src/
11patchfiles      patch-configure patch-ltmain.sh
12checksums       md5 19cb43c657876624026a9e77c435a71e
13depends_lib     lib:libX11.6:Xfree86
14
15prefix          ${x11prefix}
16
17pre-build       {
18                reinplace "s;animate_SOURCES = xmanimate.c animate.c;animate_SOURCES = xmanimate.c;" ${worksrcpath}/demos/programs/animate/Makefile
19                reinplace "s;recipient's;recipients;" ${worksrcpath}/tools/wml/motif.wml
20}
21