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