openbsd-ports/graphics/ImageMagick/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

2000-08-21 12:42:26 -04:00
# $OpenBSD: Makefile,v 1.41 2000/08/21 16:42:26 brad Exp $
1998-05-23 15:00:10 -04:00
2000-08-21 12:42:26 -04:00
DISTNAME= ImageMagick-5.2.2
1999-05-20 19:25:55 -04:00
CATEGORIES= graphics
NEED_VERSION= 1.310
1999-05-24 01:22:46 -04:00
MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
1999-05-22 04:39:19 -04:00
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \
ftp://ftp.fifi.org/pub/ImageMagick/ \
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \
ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/
1998-05-23 15:00:10 -04:00
1999-05-05 22:10:12 -04:00
HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html
LIB_DEPENDS= bz2.10::archivers/bzip2 \
jbig.1.2::graphics/jbigkit \
jpeg.62::graphics/jpeg \
mpeg.13::graphics/mpeg-lib \
png.1::graphics/png \
tiff.35::graphics/tiff \
ttf.1.3::print/freetype \
xml.4::textproc/libxml
BUILD_DEPENDS= fig2dev::print/transfig \
gs::print/ghostscript/gnu \
picttoppm::graphics/netpbm
RUN_DEPENDS= fig2dev::print/transfig \
gs::print/ghostscript/gnu \
picttoppm::graphics/netpbm
2000-03-05 13:30:21 -05:00
MAINTAINER= brad@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-03-13 20:40:04 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2000-07-25 03:16:59 -04:00
CONFIGURE_ARGS+= --enable-static --enable-lzw --enable-16bit-pixel \
--without-perl --without-modules --without-dps \
--without-fpx --without-hdf --without-lcms
1999-12-18 20:28:52 -05:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
1998-05-23 15:00:10 -04:00
.include <bsd.port.mk>