2557137f60
Recreate patch-ba as patch-configure and add comment. 2020-04-14 gdraheim@github * The testbuilds allow to compile and test for different os via docker * The testbuilds allow to compare new cmake to automake install results * Found fixes to bring base, sdl, manpages and site docs to same level * release 0.13.71 2020-04-14 gdraheim@github * there have been tons of bugfixes over the last two years ... * Thanks go to Patrick Steinhardt (then at Aservo) for python3 updates * Thanks go to Josef Moellers (working at SUSE Labs) for many CVE fixes * and of course all the other patches that came in via github issues. * I have cleaned up sources to only uses Python3 (as needed by 2020). * !!! The old automake/autconf/libtool system will be dumped soon!!! * The build system was ported to 'cmake' .. (last tested cmake 3.10.2) * release 0.13.70
23 lines
600 B
Makefile
23 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/11/25 13:26:21 wiz Exp $
|
|
|
|
DISTNAME= zziplib-0.13.71
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=gdraheim/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/gdraheim/zziplib
|
|
COMMENT= Library for ZIP archive handling
|
|
LICENSE= gnu-lgpl-v2 OR mpl-1.1
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
|
|
CONFIGURE_ARGS+= --disable-builddir
|
|
|
|
BUILD_DIRS= zzip zzipwrap bins
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|