openbsd-ports/archivers/lzop/Makefile

27 lines
597 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2010/11/15 00:22:45 espie Exp $
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
2007-09-15 06:14:32 -04:00
COMMENT= fast file compressor similar to gzip
DISTNAME= lzop-1.02rc1
2000-08-29 13:42:10 -04:00
CATEGORIES= archivers
HOMEPAGE= http://www.lzop.org/
# GPLv2
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= archivers/lzo2
2010-10-19 15:45:53 -04:00
WANTLIB= c lzo2
2003-06-06 14:55:36 -04:00
2000-08-29 13:42:10 -04:00
CONFIGURE_STYLE= gnu
2005-04-17 15:27:31 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
LDFLAGS="-L${DEPBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>