0ada0314b7
1.4.0 [2017-12-29] ================== * Improve build with cmake * Retire autoconf/automake build system * Add `zip_source_buffer_fragment()`. * Add support to clone unchanged beginning of archive (instead of rewriting it). Supported for buffer sources and on Apple File System. * Add support for Microsoft Universal Windows Platform.
22 lines
547 B
Makefile
22 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.32 2017/12/30 00:19:56 wiz Exp $
|
|
|
|
DISTNAME= libzip-1.4.0
|
|
CATEGORIES= archivers devel
|
|
MASTER_SITES= https://libzip.org/download/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.libzip.org/
|
|
COMMENT= C library to manipulate zip archives
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= perl:build
|
|
|
|
TEST_TARGET= test
|
|
# for tests
|
|
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/lib
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|