openbsd-ports/archivers/ucl/Makefile

37 lines
792 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2010/11/15 00:22:46 espie Exp $
2007-09-15 06:14:32 -04:00
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
2010-07-11 11:57:46 -04:00
REVISION = 0
MASTER_SITES= ${HOMEPAGE}/download/
.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS= devel/nasm
.endif
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= concurrent
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
2004-07-31 11:36:46 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
MAKE_FLAGS= CFLAGS_O=""
USE_LIBTOOL= Yes
do-regress:
${WRKBUILD}/examples/simple
.include <bsd.port.mk>