summaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 06475772361..544c461978e 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.29 2009/04/09 00:48:06 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2010/02/20 03:56:14 joerg Exp $
#
-DISTNAME= libarchive-2.5.5
+DISTNAME= libarchive-2.8.0
CATEGORIES= archivers
-MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
+MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/
+HOMEPAGE= http://code.google.com/p/libarchive/
COMMENT= Library to read/create different archive formats
PKG_DESTDIR_SUPPORT= user-destdir
@@ -15,7 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS+= --disable-bsdtar
+CONFIGURE_ARGS+= --disable-bsdtar --without-expat --without-xml2 \
+ --disable-bsdcpio
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}