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