diff options
author | dillo <dillo@pkgsrc.org> | 2005-06-22 21:11:38 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-06-22 21:11:38 +0000 |
commit | 77988c4821bb1cd1fec6da6e73c87e0fe3603b09 (patch) | |
tree | 69c3500f635463f28dae6939baee6aa8c3a2f64b /archivers/libzip/Makefile | |
parent | 88adfb0969aa7fb4732a8a52ce08a06100009a52 (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |