aboutsummaryrefslogtreecommitdiff
path: root/archivers/laszip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/laszip/Makefile')
-rw-r--r--archivers/laszip/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile
index df563c6f911d..63797c9cc49e 100644
--- a/archivers/laszip/Makefile
+++ b/archivers/laszip/Makefile
@@ -1,21 +1,20 @@
-# Created by: Rainer Hurling <rhurlin@gwdg.de>
-
PORTNAME= laszip
-PORTVERSION= 3.4.3
+DISTVERSION= 3.5.1
CATEGORIES= archivers
+DISTNAME= ${PORTNAME}-src-${DISTVERSION}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Library for lossless LAS compression
+WWW= https://laszip.org/
-LICENSE= LGPL21
+LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++0x
-USE_LDCONFIG= yes
-
USE_GITHUB= yes
+GH_ACCOUNT= LASzip
GH_PROJECT= LASzip
-
-GNU_CONFIGURE= yes
+GH_TAGNAME= 80f9298
+USE_LDCONFIG= yes
.include <bsd.port.mk>