openbsd-ports/archivers/lzo/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

33 lines
777 B
Makefile

# $OpenBSD: Makefile,v 1.42 2012/03/29 13:38:12 sthen Exp $
COMMENT= portable speedy lossless data compression library
DISTNAME= lzo-1.08
CATEGORIES= archivers devel
MASTER_SITES= ${HOMEPAGE}download/LZO-v1/
SHARED_LIBS += lzo 1.0 # .1.0
REVISION = 1
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
REGRESS_TARGET= test
USE_LIBTOOL= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lzo
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
.include <bsd.port.mk>