openbsd-ports/archivers/lzop/Makefile
pvalchev be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00

30 lines
773 B
Makefile

# $OpenBSD: Makefile,v 1.9 2001/09/28 06:02:12 pvalchev Exp $
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
COMMENT= "fast file compressor similar to gzip"
DISTNAME= lzop-1.00
CATEGORIES= archivers
NEED_VERSION= 1.384
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
LIB_DEPENDS= lzo.1::archivers/lzo
MAINTAINER= Dan Harnett <danh@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/acconfig
.include <bsd.port.mk>