1 | PortSystem 1.0 |
---|
2 | name openMotif |
---|
3 | version 2.2.2 |
---|
4 | revision 0 |
---|
5 | categories x11 |
---|
6 | maintainers jkh@opendarwin.org |
---|
7 | description The Open Motif toolkit for X11 |
---|
8 | long_description This is The Open Group's full version of Motif based on the original OSF sources. |
---|
9 | platforms darwin |
---|
10 | master_sites http://ftp.motifzone.net/2.2/src/ |
---|
11 | patchfiles patch-configure patch-ltmain.sh |
---|
12 | checksums md5 19cb43c657876624026a9e77c435a71e |
---|
13 | depends_lib lib:libX11.6:Xfree86 |
---|
14 | |
---|
15 | prefix ${x11prefix} |
---|
16 | |
---|
17 | pre-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 | |
---|