openbsd-ports/archivers/ucl/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

37 lines
785 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/03/29 13:38:12 sthen Exp $
COMMENT= portable lossless data compression library
DISTNAME= ucl-1.03
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REVISION = 0
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=""
USE_LIBTOOL= Yes
do-regress:
${WRKBUILD}/examples/simple
.include <bsd.port.mk>