Ticket #22582: Portfile

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

Portfile for 7.20.3

Line 
1# $Id$
2
3PortSystem 1.0
4
5name            vips
6version         7.20.3
7set branch      [join [lrange [split ${version} .] 0 1] .]
8description     VIPS is an image processing library.
9long_description        VIPS is an image processing library. 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 cdbc7092333aa0ce1a16bb73eb29c9be
17
18configure.args  --enable-gtk-doc
19
20depends_build   port:pkgconfig \
21                port:gtk-doc
22
23depends_lib     port:fftw-3 \
24                port:glib2 \
25                port:jpeg \
26                port:libpng \
27                port:tiff \
28                port:ImageMagick \
29                port:openexr \
30                port:matio \
31                port:lcms \
32                port:zlib \
33                port:pango \
34                port:libexif \
35                port:liboil \
36                port:libxml2