Ticket #13318: Portfile

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