Ticket #16508: Portfile

File Portfile, 703 bytes (added by jcupitt (John Cupitt), 16 years ago)

Portfile for vips-7.16.1

Line 
1# $Id: Portfile 32285 2007-12-23 17:22:16Z ryandesign@macports.org $
2PortSystem 1.0
3name            vips
4version         7.16.1
5description     VIPS is an image processing library.
6long_description        VIPS is an image processing library. It's good for \
7                        large images and for colour.
8maintainers     gmail.com:jcupitt
9categories      graphics
10platforms       darwin
11homepage        http://www.vips.ecs.soton.ac.uk
12master_sites    ${homepage}/supported/7.16/
13checksums       md5 f820bf98db71cc96da424d4c426036fd
14
15depends_build   port:swig
16
17depends_lib     port:fftw-3 \
18                port:glib2 \
19                port:jpeg \
20                port:libpng \
21                port:tiff \
22                port:ImageMagick \
23                port:OpenEXR \
24                port:lcms \
25                port:zlib \
26                port:pango \
27                port:libexif \
28                port:liboil \
29                port:libxml2
30