2002-09-23 14:44:41 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2002/09/23 14:44:41 danh 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 $
|
|
|
|
|
2001-03-28 19:12:05 +00:00
|
|
|
COMMENT= "fast file compressor similar to gzip"
|
|
|
|
|
2000-07-07 03:39:38 +00:00
|
|
|
DISTNAME= lzop-1.00
|
2000-08-29 17:42:10 +00:00
|
|
|
CATEGORIES= archivers
|
2002-04-24 17:15:38 +00:00
|
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/
|
2000-08-21 22:20:28 +00:00
|
|
|
|
2002-04-24 17:15:38 +00:00
|
|
|
HOMEPAGE= http://www.oberhumer.com/opensource/lzop/
|
2000-07-07 03:39:38 +00:00
|
|
|
|
2000-08-29 17:42:10 +00:00
|
|
|
LIB_DEPENDS= lzo.1::archivers/lzo
|
2000-08-21 22:20:28 +00:00
|
|
|
|
2000-09-23 19:59:51 +00:00
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
2000-07-07 03:39:38 +00:00
|
|
|
|
2002-04-24 17:15:38 +00:00
|
|
|
# GNU GPL
|
2000-07-07 03:39:38 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-08-29 17:42:10 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-09-23 14:44:41 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-08-29 17:42:10 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-07-07 03:39:38 +00:00
|
|
|
|
2001-09-28 06:02:12 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/acconfig
|
|
|
|
|
2000-07-07 03:39:38 +00:00
|
|
|
.include <bsd.port.mk>
|