Ticket #4373: Portfile

File Portfile, 774 bytes (added by cssdev@…, 19 years ago)

Portfile for simage-1.6.1

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    simage
5version                 1.6.1
6description             library for loading and saving images, sound and video
7long_description        TODO \
8        JPEG, PNG, GIF, TIFF are enabled. \
9        AVI, MPEG2, Ogg Vorbis, and QImage are NOT enabled.
10
11categories              graphics devel
12homepage                http://www.coin3d.org/lib/simage/
13platforms               darwin
14maintainers             cssdev@mac.com
15master_sites            http://ftp.coin3d.org/coin/src/all/
16checksums               md5 d4c836ab282388392a65cd0650f224c5
17
18depends_lib             port:jpeg \
19                        port:libpng \
20                        port:libsndfile \
21                        port:libungif \
22                        port:tiff \
23                        port:zlib
24
25use_configure           yes
26configure.args          --disable-quicktime --with-ungif=${prefix} \
27                        --with-jpeg=${prefix} --with-zlib=${prefix} \
28                        --with-png=${prefix} --with-tiff=${prefix} \
29                        --with-libsndfile=${prefix}