1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name modglue |
---|
6 | version 1.19 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers gwright |
---|
10 | description A Plan9-inspired extension of the Unix pipe concept |
---|
11 | long_description \ |
---|
12 | Modglue is a combination of several software tools that \ |
---|
13 | assist in writing and running programs connected to each other \ |
---|
14 | using standard Unix pipes. |
---|
15 | |
---|
16 | homepage http://cadabra.phi-sci.com/ |
---|
17 | master_sites ${homepage} |
---|
18 | |
---|
19 | checksums md5 0d3d764c93f8c1464852f78d8493476b |
---|
20 | |
---|
21 | #configure.compiler macports-gcc-4.4 |
---|
22 | |
---|
23 | depends_build port:pkgconfig port:libtool |
---|
24 | depends_lib port:libsigcxx2 |
---|
25 | use_parallel_build no |
---|
26 | |
---|
27 | #patchfiles patch-src-Makefile.in.diff \ |
---|
28 | # patch-src-main.cc.diff |
---|