1 | # $Id: Portfile 32285 2007-12-23 17:22:16Z ryandesign@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | name nip2 |
---|
4 | version 7.14.1 |
---|
5 | description nip2 is a user-interface to the VIPS image processing library. |
---|
6 | long_description nip2 is an image processing spreadsheet. It's good for \ |
---|
7 | large images and for colour. |
---|
8 | maintainers nomaintainer |
---|
9 | categories graphics |
---|
10 | platforms darwin |
---|
11 | homepage http://www.vips.ecs.soton.ac.uk |
---|
12 | master_sites ${homepage}/supported/7.14/ |
---|
13 | checksums md5 b2ea46b0e72eea5f7c79b7e9e0ee6b0d |
---|
14 | |
---|
15 | depends_build port:swig \ |
---|
16 | bin:perl:perl5.8 \ |
---|
17 | port:p5-xml-parser |
---|
18 | |
---|
19 | depends_lib port:fftw-3 \ |
---|
20 | port:vips \ |
---|
21 | port:gtk2 \ |
---|
22 | port:gsl |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|
25 | |
---|
26 | # make sure we get the macports msgfmt |
---|
27 | configure.env GMSGFMT="${prefix}/bin/msgfmt" |
---|