2010-11-14 19:22:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/11/15 00:22:46 espie Exp $
|
2002-05-03 16:01:17 -04:00
|
|
|
|
2007-09-15 06:14:32 -04:00
|
|
|
COMMENT= portable lossless data compression library
|
2002-05-03 16:01:17 -04:00
|
|
|
|
2005-05-22 06:54:35 -04:00
|
|
|
DISTNAME= ucl-1.03
|
2002-05-03 16:01:17 -04:00
|
|
|
CATEGORIES= archivers devel
|
2006-10-28 06:15:10 -04:00
|
|
|
SHARED_LIBS += ucl 1.0 # .1.0
|
2002-05-03 16:01:17 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.oberhumer.com/opensource/ucl
|
|
|
|
|
|
|
|
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
|
|
|
|
|
2003-05-23 22:40:42 -04:00
|
|
|
# GPL
|
2002-05-03 16:01:17 -04:00
|
|
|
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
|
2002-05-03 16:01:17 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
2010-11-14 19:22:45 -05:00
|
|
|
BUILD_DEPENDS= devel/nasm
|
2002-05-03 16:01:17 -04:00
|
|
|
.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
|
2002-05-03 16:01:17 -04:00
|
|
|
MAKE_FLAGS= CFLAGS_O=""
|
2005-12-23 08:57:21 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2002-05-03 16:01:17 -04:00
|
|
|
|
2005-05-22 06:54:35 -04:00
|
|
|
do-regress:
|
|
|
|
${WRKBUILD}/examples/simple
|
|
|
|
|
2002-05-03 16:01:17 -04:00
|
|
|
.include <bsd.port.mk>
|