mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1aad0f3199
note that sltar, unarj, ha have unresponsive SITES.
25 lines
515 B
Makefile
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>
|