ports/archivers/unarr/Makefile
2024-09-03 15:55:13 +02:00

23 lines
598 B
Makefile

PORTNAME= unarr
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
CATEGORIES= archivers
MAINTAINER= ports@FreeBSD.org
COMMENT= Decompression library for RAR, TAR, ZIP and 7z* archives
WWW= https://github.com/selmf/unarr
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_riscv64= fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension
TEST_DEPENDS= cmocka>0:sysutils/cmocka
USES= cmake:testing pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= selmf
CMAKE_TESTING_ON= BUILD_INTEGRATION_TESTS BUILD_UNIT_TESTS
.include <bsd.port.mk>