Ticket #521: Portfile

File Portfile, 1.2 KB (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    ImageMagick
5version                 5.5.6
6categories              graphics
7maintainers             blb@pobox.com
8
9description             Collection of tools and libraries to manipulate images in many formats
10
11long_description        \
12A robust collection of tools and libraries to read, write, and manipulate \
13an image in many image formats (over 87 major formats) including popular \
14formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.  With ImageMagick you \
15can create images dynamically, making it suitable for Web applications. You \
16can also resize, rotate, sharpen, color reduce, or add special effects to an \
17image or image sequence and save your completed work in the same or \
18differing image format. Image processing operations are available from the \
19command line, as well as through C, C++, Perl, or Java programming interfaces.
20
21homepage                http://www.imagemagick.org/
22
23master_sites            ftp://ftp.imagemagick.org/pub/ImageMagick/ \
24                        ftp://ftp.imagemagick.net/pub/ImageMagick/
25
26use_bzip2               yes
27
28checksums               md5 eac3971f0704059dcf2f7a5737b7daa8
29
30configure.args          --enable-shared=yes --enable-static=no --without-perl --without-magick-plus-plus
31configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
32