Ticket #4373: Portfile.2

File Portfile.2, 911 bytes (added by cssdev@…, 19 years ago)

Portfile with correct description

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        simage is a library capable of loading, manipulating \
8        and saving images, creating and saving movies (AVI and mpeg), and    \
9        loading audio. The simage library relies heavily on 3rd party        \
10        libraries to perform these tasks.
11
12categories              graphics devel
13homepage                http://www.coin3d.org/lib/simage/
14platforms               darwin
15maintainers             cssdev@mac.com
16master_sites            http://ftp.coin3d.org/coin/src/all/
17checksums               md5 d4c836ab282388392a65cd0650f224c5
18
19depends_lib             port:jpeg \
20                        port:libpng \
21                        port:libsndfile \
22                        port:libungif \
23                        port:tiff \
24                        port:zlib
25
26use_configure           yes
27configure.args          --disable-quicktime --with-ungif=${prefix} \
28                        --with-jpeg=${prefix} --with-zlib=${prefix} \
29                        --with-png=${prefix} --with-tiff=${prefix} \
30                        --with-libsndfile=${prefix}