summaryrefslogtreecommitdiff
path: root/archivers/libzip/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-06-22 21:11:38 +0000
committerdillo <dillo@pkgsrc.org>2005-06-22 21:11:38 +0000
commit77988c4821bb1cd1fec6da6e73c87e0fe3603b09 (patch)
tree69c3500f635463f28dae6939baee6aa8c3a2f64b /archivers/libzip/Makefile
parent88adfb0969aa7fb4732a8a52ce08a06100009a52 (diff)
downloadpkgsrc-77988c4821bb1cd1fec6da6e73c87e0fe3603b09.tar.gz
Import libzip-0.6, a C library to manipulate zip archives.
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r--archivers/libzip/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile
new file mode 100644
index 00000000000..88c45a25473
--- /dev/null
+++ b/archivers/libzip/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/22 21:11:38 dillo Exp $
+#
+
+DISTNAME= libzip-0.6
+CATEGORIES= archivers devel
+MASTER_SITES= http://www.nih.at/libzip/
+
+MAINTAINER= dillo@NetBSD.org
+HOMEPAGE= http://www.nih.at/libzip/
+COMMENT= C library to manipulate zip archives
+
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in
+GNU_CONFIGURE= yes
+
+TEST_TARGET= check
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"