Files
espie 1aad0f3199 switch ports to new SITES
note that sltar, unarj, ha have unresponsive SITES.
2023-09-05 14:59:17 +00:00

25 lines
515 B
Makefile

COMMENT= portable lossless data compression library
DISTNAME= ucl-1.03
REVISION= 3
CATEGORIES= archivers devel
SHARED_LIBS += ucl 1.0 # .1.0
HOMEPAGE= https://www.oberhumer.com/opensource/ucl/
# GPLv2+
PERMIT_PACKAGE= Yes
SITES= https://www.oberhumer.com/opensource/ucl/download/
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
CONFIGURE_ARGS+= --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
MAKE_FLAGS= CFLAGS_O=""
do-test:
${WRKBUILD}/examples/simple
.include <bsd.port.mk>