aboutsummaryrefslogtreecommitdiff
path: root/archivers/plzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/plzip/Makefile')
-rw-r--r--archivers/plzip/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile
index 579a96724de7..d5648dfbab7d 100644
--- a/archivers/plzip/Makefile
+++ b/archivers/plzip/Makefile
@@ -1,24 +1,25 @@
-# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
-
PORTNAME= plzip
-PORTVERSION= 1.9
+PORTVERSION= 1.11
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip/${PORTNAME}
MAINTAINER= delphij@FreeBSD.org
COMMENT= Parallel, lossless data compressor based on the LZMA algorithm
+WWW= https://www.nongnu.org/lzip/plzip.html
LICENSE= GPLv2
BUILD_DEPENDS= lzlib>=1.1:archivers/lzlib
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install-strip
INFO= plzip
PLIST_FILES= bin/plzip \
- man/man1/plzip.1.gz
+ share/man/man1/plzip.1.gz
.include <bsd.port.mk>