mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
2699cd21ef
Release Notes: - https://github.com/zlib-ng/minizip-ng/releases/tag/3.0.8
24 lines
565 B
Makefile
24 lines
565 B
Makefile
PORTNAME= minizip-ng
|
|
DISTVERSION= 3.0.8
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Fork of the popular minizip found in the zlib distribution
|
|
WWW= https://github.com/zlib-ng/minizip-ng
|
|
|
|
LICENSE= ZLIB
|
|
|
|
LIB_DEPENDS= libzstd.so:archivers/zstd
|
|
|
|
USES= cmake:testing iconv pkgconfig ssl
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zlib-ng
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_ARGS= -DMZ_PROJECT_SUFFIX=-ng \
|
|
-DCMAKE_INSTALL_INCLUDEDIR=${LOCALBASE}/include/minizip-ng
|
|
CMAKE_TESTING_ON= MZ_BUILD_TEST MZ_BUILD_UNIT_TEST
|
|
|
|
.include <bsd.port.mk>
|