openbsd-ports/graphics/ImageMagick/Makefile

36 lines
951 B
Makefile
Raw Normal View History

1999-05-21 14:47:25 -04:00
# $OpenBSD: Makefile,v 1.16 1999/05/21 18:47:25 brad Exp $
1998-05-23 15:00:10 -04:00
1999-05-20 19:25:55 -04:00
DISTNAME= ImageMagick-4.2.5
CATEGORIES= graphics
1999-05-21 14:47:25 -04:00
MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/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
NEED_VERSION= 1.73
1999-05-05 22:10:12 -04:00
MAINTAINER= brad@openbsd.org
1998-05-23 15:00:10 -04:00
1999-05-05 22:10:12 -04:00
BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
gs:${PORTSDIR}/print/ghostscript5 \
picttoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= bz2.0.9:${PORTSDIR}/archivers/bzip2 \
jbig.1.0:${PORTSDIR}/graphics/jbigkit \
jpeg.62:${PORTSDIR}/graphics/jpeg \
1999-05-05 22:10:12 -04:00
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
png.1.3:${PORTSDIR}/graphics/png \
tiff.3.4:${PORTSDIR}/graphics/tiff34 \
ttf.1.2:${PORTSDIR}/print/freetype
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
1999-05-05 22:10:12 -04:00
CONFIGURE_ARGS+= --enable-static \
--enable-lzw \
--without-perl
CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" \
LDFLAGS="-L/usr/local/lib"
1998-05-23 15:00:10 -04:00
.include <bsd.port.mk>