befb90d484
* remove erroneous references to GPL * add support for torrentzip * new functions: zip_get_archive_flag, zip_set_archive_flag * zip_source_zip: add flag to force recompression * zip_sorce_file: only keep file open while reading from it
22 lines
499 B
Makefile
22 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/07/25 11:42:10 dillo Exp $
|
|
#
|
|
|
|
DISTNAME= libzip-0.9
|
|
CATEGORIES= archivers devel
|
|
MASTER_SITES= http://www.nih.at/libzip/
|
|
|
|
OWNER= dillo@NetBSD.org
|
|
HOMEPAGE= http://www.nih.at/libzip/
|
|
COMMENT= C library to manipulate zip archives
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|