openbsd-ports/archivers/lzop/Makefile

33 lines
734 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2006/08/01 10:50:19 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"
2003-06-06 14:55:36 -04:00
DISTNAME= lzop-1.01
2000-08-29 13:42:10 -04:00
CATEGORIES= archivers
HOMEPAGE= http://www.lzop.org/
2000-09-23 15:59:51 -04:00
MAINTAINER= Dan Harnett <danh@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2003-06-06 14:55:36 -04:00
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= lzo.>=1::archivers/lzo
WANTLIB= c
2003-06-06 14:55:36 -04:00
2005-04-17 15:27:31 -04:00
FAKE= lib
2000-08-29 13:42:10 -04:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
2005-04-17 15:27:31 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
LDFLAGS="-L${DEPBASE}/lib" \
ac_cv_header_io_h=no
2003-06-06 14:55:36 -04:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/acconfig
.include <bsd.port.mk>