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
# Version required: 4.0.9
1995-02-27 21:43:12 +00:00
# Date created: 15 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.47 1998/08/19 02:26:37 jseger Exp $
1995-02-27 21:43:12 +00:00
#
1998-08-17 20:49:34 +00:00
DISTNAME= ImageMagick-4.0.9
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 \
mpeg\\.1\\.[2-9]:${PORTSDIR}/graphics/mpeg-lib \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
1998-03-28 19:49:58 +00:00
png\\.2\\.:${PORTSDIR}/graphics/png \
jbig\\.1\\.:${PORTSDIR}/graphics/jbigkit \
1998-06-21 02:45:28 +00:00
ttf\\.2\\.:${PORTSDIR}/print/freetype
1998-01-26 15:38:42 +00:00
BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
picttoppm:${PORTSDIR}/graphics/netpbm \
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=${PREFIX}/bin/perl5
USE_PERL5= YES
1998-08-13 04:40:06 +00:00
CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
post-install:
1997-07-17 15:13:02 +00:00
${LDCONFIG} -m ${PREFIX}/lib
1995-02-27 21:43:12 +00:00
.include <bsd.port.mk>