mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
9bca6dc5c6
- Add WWW: line PR: 32514 Submitted by: Ports Fury
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>
|