openbsd-ports/graphics/ImageMagick/Makefile

40 lines
1.2 KiB
Makefile
Raw Normal View History

2000-11-29 23:41:37 -05:00
# $OpenBSD: Makefile,v 1.44 2000/11/30 04:41:37 dugsong Exp $
1998-05-23 15:00:10 -04:00
2000-11-29 23:41:37 -05:00
DISTNAME= ImageMagick-5.2.5
1999-05-20 19:25:55 -04:00
CATEGORIES= graphics
2000-09-24 03:03:59 -04:00
NEED_VERSION= 1.330
2000-11-29 23:41:37 -05:00
MASTER_SITES= ftp://ftp.simplesystems.org/pub/ImageMagick/ \
ftp://ftp.cdrom.com/pub/ImageMagick/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.wizards.dupont.com/pub/ImageMagick/
1998-05-23 15:00:10 -04:00
2000-11-29 23:41:37 -05:00
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
1999-05-05 22:10:12 -04:00
LIB_DEPENDS= bz2.10::archivers/bzip2 \
jbig.1.2::graphics/jbigkit \
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 \
picttoppm::graphics/netpbm
2000-10-02 22:15:31 -04:00
RUN_DEPENDS= ${BUILD_DEPENDS}
2000-03-05 13:30:21 -05:00
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <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>