pkgsrc/graphics/p5-PerlMagick/Makefile

48 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2002/11/13 19:29:59 wiz Exp $
2000-04-23 03:59:57 +02:00
DISTNAME= ImageMagick-5.5.1-6
PKGNAME= p5-PerlMagick-5.5.1.6
PKGREVISION= 1
SVR4_PKGNAME= p5pma
2000-04-23 03:59:57 +02:00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/ \
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/
2000-04-23 03:59:57 +02:00
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
COMMENT= Object-oriented Perl interface to ImageMagick
2000-04-23 03:59:57 +02:00
DEPENDS+= ${DISTNAME:S/-6/.6/}nb1:../../graphics/ImageMagick
DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files
PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
2000-04-23 03:59:57 +02:00
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
2000-04-23 03:59:57 +02:00
PERL5_CONFIGURE= NO
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Magick/.packlist
GNU_CONFIGURE= YES
USE_X11= YES
2000-04-23 03:59:57 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME:S/-6//}
PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
2000-04-23 03:59:57 +02:00
# These need to coordinate with the ImageMagick package.
# Just leave out "--without-perl".
CONFIGURE_ARGS+= --with-perl=${PERL5} \
2000-04-23 03:59:57 +02:00
--without-dps --without-fpx \
--without-hdf --without-jbig --without-threads \
--without-ttf --without-xml
2000-04-23 03:59:57 +02:00
post-configure: perl5-configure
2000-04-23 03:59:57 +02:00
.include "../../lang/perl5/module.mk"
2000-04-23 03:59:57 +02:00
.include "../../mk/bsd.pkg.mk"