openbsd-ports/archivers/ucl/Makefile
2013-04-04 16:03:55 +00:00

33 lines
683 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/04/04 16:03:56 brad Exp $
COMMENT= portable lossless data compression library
DISTNAME= ucl-1.03
REVISION= 1
CATEGORIES= archivers devel
SHARED_LIBS += ucl 1.0 # .1.0
HOMEPAGE= http://www.oberhumer.com/opensource/ucl
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/download/
.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS= devel/nasm
.endif
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
MAKE_FLAGS= CFLAGS_O=""
do-test:
${WRKBUILD}/examples/simple
.include <bsd.port.mk>