aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-10-23 21:20:18 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-10-23 21:20:18 +0000
commitdeb23cb5b7a240e94d2adb08cd196bd271044371 (patch)
tree5648f5c35172caa8322c1effc23fb1ab3cf0ef50 /archivers/lzop
parent5bc9f2a78005f5766853ca24c37a7561b094fda5 (diff)
downloadports-deb23cb5b7a240e94d2adb08cd196bd271044371.tar.gz
ports-deb23cb5b7a240e94d2adb08cd196bd271044371.zip
Support staging.
Drop support for lzo.1, which has not been in the tree for a while.
Notes
Notes: svn path=/head/; revision=331430
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 0747d5d875a5..d583c1722849 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -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>