2010-10-19 19:45:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2010/10/19 19:45:53 espie Exp $
|
2000-07-07 03:39:38 +00:00
|
|
|
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
|
|
|
|
2007-09-15 10:14:32 +00:00
|
|
|
COMMENT= fast file compressor similar to gzip
|
2001-03-28 19:12:05 +00:00
|
|
|
|
2009-11-20 13:35:25 +00:00
|
|
|
DISTNAME= lzop-1.02rc1
|
2000-08-29 17:42:10 +00:00
|
|
|
CATEGORIES= archivers
|
2004-02-24 22:12:07 +00:00
|
|
|
HOMEPAGE= http://www.lzop.org/
|
2000-07-07 03:39:38 +00:00
|
|
|
|
2009-11-20 13:35:25 +00:00
|
|
|
# GPLv2
|
2000-07-07 03:39:38 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-06-06 18:55:36 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
|
2010-10-19 19:45:53 +00:00
|
|
|
LIB_DEPENDS= ::archivers/lzo2
|
|
|
|
WANTLIB= c lzo2
|
2003-06-06 18:55:36 +00:00
|
|
|
|
2000-08-29 17:42:10 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2005-04-17 19:27:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
|
2009-11-20 13:35:25 +00:00
|
|
|
LDFLAGS="-L${DEPBASE}/lib"
|
2010-10-18 21:35:47 +00:00
|
|
|
USE_GROFF = Yes
|
2001-09-28 06:02:12 +00:00
|
|
|
|
2000-07-07 03:39:38 +00:00
|
|
|
.include <bsd.port.mk>
|