summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 06:08:26 +0000
committerjlam <jlam>2001-11-26 06:08:26 +0000
commitc2a146d0a6edfd90c21b694acc7448bc6607dd6c (patch)
treee8baa145e92684ddb5dfe7f0c0f012d309020d89 /graphics/p5-PerlMagick
parentc70c0ba6bd44f4cbda1fb7cc3518df4d24837704 (diff)
downloadpkgsrc-c2a146d0a6edfd90c21b694acc7448bc6607dd6c.tar.gz
Make this build again after the Alistairs changes to remove some sub-make
processes.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index e1ca2504bc9..c7904a869bc 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/10/18 15:20:22 veego Exp $
+# $NetBSD: Makefile,v 1.11 2001/11/26 06:08:26 jlam Exp $
DISTNAME= ImageMagick-5.3.9
PKGNAME= p5-PerlMagick-5.3.9
@@ -21,9 +21,9 @@ DISTINFO_FILE= ${MAGICKDIR}/distinfo
FILESDIR= ${MAGICKDIR}/files
PATCHDIR= ${MAGICKDIR}/patches
-.if !(make(do-configure) || make(do-patch))
-WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick
-.endif
+#.if !(make(do-configure) || make(do-patch))
+#WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick
+#.endif
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -43,6 +43,12 @@ CONFIGURE_ARGS+= --with-perl=${PERL5} \
--without-ttf --without-xml
post-configure:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+ cd ${WRKSRC}/PerlMagick && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+do-build:
+ @cd ${WRKSRC}/PerlMagick && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
+
+do-install:
+ @cd ${WRKSRC}/PerlMagick && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}
.include "../../mk/bsd.pkg.mk"