openbsd-ports/archivers/lzo2/Makefile
sthen e97f165195 update to 2.0.5; small changes which appear to result in nearly 2x
the compression speed on recent-ish amd64 boxes. ok benoit@
2011-04-25 21:46:48 +00:00

33 lines
757 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/04/25 21:46:48 sthen Exp $
COMMENT= portable speedy lossless data compression library
DISTNAME= lzo-2.05
PKGNAME= ${DISTNAME:S/lzo/lzo2/}
CATEGORIES= archivers devel
MASTER_SITES= ${HOMEPAGE}download/
SHARED_LIBS += lzo2 0.0 # .2.0
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= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static \
--disable-silent-rules
REGRESS_TARGET= test
USE_LIBTOOL= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lzo2
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo2
.include <bsd.port.mk>