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