summaryrefslogtreecommitdiff
path: root/archivers/dar
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-30 18:56:50 +0000
committerminskim <minskim>2004-03-30 18:56:50 +0000
commitef3c388791d3f991795128044124dc4c15d71a06 (patch)
tree38dd6335844453d0de5abc9be155a3e91dd50c47 /archivers/dar
parent74189fb972285b0ebf0b02ba876a02306b0c4e4e (diff)
downloadpkgsrc-ef3c388791d3f991795128044124dc4c15d71a06.tar.gz
Make this package use buildlink3 framework, and add dependencies on
bzip2 and zlib. Bump PKGREVISION.
Diffstat (limited to 'archivers/dar')
-rw-r--r--archivers/dar/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile
index 85e8589cac2..43ceb29c309 100644
--- a/archivers/dar/Makefile
+++ b/archivers/dar/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/02/10 05:22:47 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/30 18:56:50 minskim Exp $
#
DISTNAME= dar-2.0.2
+PKGREVISION= 1
CATEGORIES= archivers sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/}
@@ -9,12 +10,16 @@ MAINTAINER= davids@idiom.com
HOMEPAGE= http://dar.linux.free.fr/
COMMENT= Disk archiver
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-nodump-flag
CONFIGURE_ARGS+= --disable-dar-static
CONFIGURE_ARGS+= --enable-examples
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+
post-patch:
${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
< ${WRKSRC}/doc/Makefile.in > ${WRKSRC}/doc/Makefile.in.tmp