2010-10-19 15:45:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2010/10/19 19:45:53 espie Exp $
|
2000-07-06 23:39:38 -04:00
|
|
|
# $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
|
2001-03-28 14:12:05 -05:00
|
|
|
|
2009-11-20 08:35:25 -05:00
|
|
|
DISTNAME= lzop-1.02rc1
|
2000-08-29 13:42:10 -04:00
|
|
|
CATEGORIES= archivers
|
2004-02-24 17:12:07 -05:00
|
|
|
HOMEPAGE= http://www.lzop.org/
|
2000-07-06 23:39:38 -04:00
|
|
|
|
2009-11-20 08:35:25 -05:00
|
|
|
# GPLv2
|
2000-07-06 23:39:38 -04:00
|
|
|
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/
|
|
|
|
|
2010-10-19 15:45:53 -04:00
|
|
|
LIB_DEPENDS= ::archivers/lzo2
|
|
|
|
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" \
|
2009-11-20 08:35:25 -05:00
|
|
|
LDFLAGS="-L${DEPBASE}/lib"
|
2010-10-18 17:35:47 -04:00
|
|
|
USE_GROFF = Yes
|
2001-09-28 02:02:12 -04:00
|
|
|
|
2000-07-06 23:39:38 -04:00
|
|
|
.include <bsd.port.mk>
|