freebsd-ports/archivers/lzop/Makefile
Joe Marcus Clarke 556d662efc Update MASTER_SITE.
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-06-11 03:57:54 +00:00

26 lines
563 B
Makefile

# New ports collection makefile for: lzop
# Date created: Fri 2 June 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= lzop
PORTVERSION= 1.01
CATEGORIES= archivers
MASTER_SITES= http://www.lzop.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast file compressor similar to gzip, using the LZO library
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= lzop.1
.include <bsd.port.mk>