3ce024a242
formatting looks Ok. from Brad
26 lines
586 B
Makefile
26 lines
586 B
Makefile
# $OpenBSD: Makefile,v 1.29 2011/12/18 09:01:19 ajacoutot Exp $
|
|
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
|
|
|
COMMENT= fast file compressor similar to gzip
|
|
|
|
DISTNAME= lzop-1.03
|
|
CATEGORIES= archivers
|
|
HOMEPAGE= http://www.lzop.org/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
LIB_DEPENDS= archivers/lzo2
|
|
WANTLIB= c lzo2
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|