1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/archivers/lzop/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

23 lines
449 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://www.oberhumer.com/opensource/lzop/download/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= lzop.1
.include <bsd.port.mk>