mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
23 lines
449 B
Makefile
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>
|