Ticket #22585: Portfile

File Portfile, 616 bytes (added by jcupitt (John Cupitt), 14 years ago)

Portfile for 7.20.5

Line 
1# $Id$
2
3PortSystem 1.0
4
5name            nip2
6version         7.20.5
7set branch      [join [lrange [split ${version} .] 0 1] .]
8description     nip2 is a user-interface to the VIPS image processing library.
9long_description        nip2 is an image processing spreadsheet. It's good for \
10                        large images and for colour.
11maintainers     gmail.com:jcupitt
12categories      graphics
13platforms       darwin
14homepage        http://www.vips.ecs.soton.ac.uk
15master_sites    ${homepage}/supported/${branch}/
16checksums       md5 0e5af5b8e0adbef71aa439820dfd8d87
17
18configure.args  --disable-update-desktop
19
20depends_lib     port:fftw-3 \
21                port:vips \
22                port:gtk2 \
23                port:goffice08 \
24                port:gsl