mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f67050feec
in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
23 lines
462 B
Makefile
23 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>
|