1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/ImageMagick/Makefile

46 lines
1.5 KiB
Makefile
Raw Normal View History

1995-02-27 21:43:12 +00:00
# New ports collection makefile for: ImageMagick
1998-12-13 02:07:13 +00:00
# Version required: 4.1.6
1995-02-27 21:43:12 +00:00
# Date created: 15 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.63 1998/12/14 20:03:28 jseger Exp $
1995-02-27 21:43:12 +00:00
#
1998-12-13 02:07:13 +00:00
DISTNAME= ImageMagick-4.1.6
CATEGORIES= graphics perl5
MASTER_SITES= http://www.freebsd.org/~jseger/ \
ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
1996-12-03 09:07:00 +00:00
ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick/ \
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \
ftp://ftp.fifi.org/pub/ImageMagick/ \
1996-12-03 09:07:00 +00:00
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \
1998-03-02 22:08:36 +00:00
ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/
1998-01-26 15:38:42 +00:00
MAINTAINER= jseger@FreeBSD.org
1996-11-06 07:53:24 +00:00
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff34 \
1998-09-17 00:50:52 +00:00
png.2:${PORTSDIR}/graphics/png \
jbig.1:${PORTSDIR}/graphics/jbigkit \
1998-12-12 21:03:36 +00:00
ttf.3:${PORTSDIR}/print/freetype
1998-01-26 15:38:42 +00:00
BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
picttoppm:${PORTSDIR}/graphics/netpbm \
mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \
1998-01-26 15:38:42 +00:00
gs:${PORTSDIR}/print/ghostscript5
MAN1= ImageMagick.1 animate.1 combine.1 convert.1 display.1 identify.1 import.1 mogrify.1 montage.1 xtp.1
MAN3= Image::Magick.3
1998-01-26 15:38:42 +00:00
MAN4= miff.4
MAN5= quantize.5
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
1998-01-26 15:38:42 +00:00
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-lzw --enable-shared --with-perl=${PERL5}
USE_PERL5= YES
1998-08-13 04:40:06 +00:00
CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1995-02-27 21:43:12 +00:00
.include <bsd.port.mk>