freebsd-ports/archivers/lzop/Makefile
Will Andrews f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00

22 lines
462 B
Makefile

# New ports collection makefile for: lzop
# Date created: Fri 2 June 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= lzop
PORTVERSION= 1.00
CATEGORIES= archivers
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= lzop.1
.include <bsd.port.mk>