25 lines
507 B
Makefile
25 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.30 2012/08/18 12:41:37 ajacoutot 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>
|