freebsd-ports/archivers/libzip/Makefile
Daniel Engberg 1025e15bf0 archivers/libzip: Update to 1.10.0
* Remove Perl dependency
* Unit tests relies on unported libraries, disable for now
* Disable RPATH via CMAKE_SKIP_RPATH argument instead of patching

Changelog: https://github.com/nih-at/libzip/releases/tag/v1.10.0

PR:		272208
Reviewed by:	rakuco (maintainer)
2023-06-26 22:38:51 +02:00

23 lines
602 B
Makefile

PORTNAME= libzip
DISTVERSION= 1.10.0
CATEGORIES= archivers devel
MASTER_SITES= https://github.com/nih-at/${PORTNAME}/releases/download/v${DISTVERSION}/ \
https://libzip.org/download/
MAINTAINER= rakuco@FreeBSD.org
COMMENT= C library for reading, creating, and modifying ZIP archives
WWW= https://libzip.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cmake cpe pathfix ssl tar:xz
CPE_VENDOR= nih
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_REGRESS ENABLE_COMMONCRYPTO ENABLE_GNUTLS ENABLE_MBEDTLS
CMAKE_ON= CMAKE_SKIP_RPATH
.include <bsd.port.mk>