# $Id: Portfile,v 1.1 2003/05/08 20:39:52 fkr Exp $ PortSystem 1.0 name ImageMagick version 5.5.6 categories graphics maintainers blb@pobox.com description Collection of tools and libraries to manipulate images in many formats long_description A robust collection of tools and libraries to read, write, \ and manipulate an image in many image formats (over 87 major \ formats) including popular formats like TIFF, JPEG, PNG, PDF, \ PhotoCD, and GIF. With ImageMagick you can create images \ dynamically, making it suitable for Web applications. You \ can also resize, rotate, sharpen, color reduce, or add special \ effects to an image or image sequence and save your completed \ work in the same or differing image format. Image processing \ operations are available from the command line, as well as \ through C, C++, Perl, or Java programming interfaces. homepage http://www.imagemagick.org/ master_sites ftp://ftp.imagemagick.org/pub/${name}/ use_bzip2 yes checksums md5 eac3971f0704059dcf2f7a5737b7daa8 configure.args --enable-shared=yes --enable-static=no \ --without-perl --without-magick-plus-plus configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" depends_build lib:libX11.6:XFree86