1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging.

Drop support for lzo.1, which has not been in the tree for a while.
This commit is contained in:
Matthias Andree 2013-10-23 21:20:18 +00:00
parent 5bc9f2a780
commit deb23cb5b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331430

View File

@ -10,19 +10,12 @@ MASTER_SITES= http://www.lzop.org/download/ \
MAINTAINER= mandree@FreeBSD.org
COMMENT= Fast file compressor similar to gzip, using the LZO library
# prefer lzo2 if it is already installed or if no lzo is installed.
.if exists(${LOCALBASE}/lib/liblzo2.so.2) || !exists(${LOCALBASE}/lib/liblzo.so.1)
LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
.else
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
.endif
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
NO_STAGE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= lzop.1
PLIST_FILES= bin/lzop
PLIST_FILES= bin/lzop man/man1/lzop.1.gz
.include <bsd.port.mk>