openbsd-ports/archivers/ucl/Makefile

31 lines
675 B
Makefile
Raw Normal View History

2004-07-31 11:36:46 -04:00
# $OpenBSD: Makefile,v 1.5 2004/07/31 15:36:46 naddy Exp $
COMMENT= "portable lossless data compression library"
DISTNAME= ucl-1.01
CATEGORIES= archivers devel
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
MASTER_SITES= ${HOMEPAGE}/download/
.if ${MACHINE_ARCH} == "i386"
2003-05-11 17:00:03 -04:00
BUILD_DEPENDS= :nasm-*: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=""
.include <bsd.port.mk>