openbsd-ports/archivers/lzop/Makefile
espie ad2bf27658 @#$$@ autoconf
io.h we get is not win32, but another package libio.
protect against that.
2005-01-15 15:22:01 +00:00

32 lines
725 B
Makefile

# $OpenBSD: Makefile,v 1.18 2005/01/15 15:22:01 espie 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.01
CATEGORIES= archivers
HOMEPAGE= http://www.lzop.org/
MAINTAINER= Dan Harnett <danh@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= lzo.1::archivers/lzo
WANTLIB= c
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_header_io_h=no
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/acconfig
.include <bsd.port.mk>