aboutsummaryrefslogtreecommitdiff
path: root/archivers/laszip/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-01-18 20:46:52 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2022-01-18 20:48:18 +0000
commit8ecff286ac2818d0aaec3680d63234dae73c4766 (patch)
tree19b0250808426755b8dc66eb485b975541c1f988 /archivers/laszip/Makefile
parenta467afab5a0beef94fafeb6bd55344d778e5ca58 (diff)
downloadports-8ecff286ac2818d0aaec3680d63234dae73c4766.tar.gz
ports-8ecff286ac2818d0aaec3680d63234dae73c4766.zip
archivers/laszip: Use upstream release archive
PR: 261268
Diffstat (limited to 'archivers/laszip/Makefile')
-rw-r--r--archivers/laszip/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile
index df563c6f911d..ee423dcba0ff 100644
--- a/archivers/laszip/Makefile
+++ b/archivers/laszip/Makefile
@@ -1,8 +1,10 @@
# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= laszip
-PORTVERSION= 3.4.3
+DISTVERSION= 3.4.3
CATEGORIES= archivers
+MASTER_SITES= https://github.com/LASzip/LASzip/releases/download/${DISTVERSION}/
+DISTNAME= ${PORTNAME}-src-${DISTVERSION}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Library for lossless LAS compression
@@ -10,12 +12,7 @@ COMMENT= Library for lossless LAS compression
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake compiler:c++0x
+USES= cmake compiler:c++0x tar:bz2
USE_LDCONFIG= yes
-USE_GITHUB= yes
-GH_PROJECT= LASzip
-
-GNU_CONFIGURE= yes
-
.include <bsd.port.mk>