summaryrefslogtreecommitdiff
path: root/geography/laszip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/laszip/Makefile')
-rw-r--r--geography/laszip/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/geography/laszip/Makefile b/geography/laszip/Makefile
new file mode 100644
index 00000000000..a7f17bb3801
--- /dev/null
+++ b/geography/laszip/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/05/17 10:01:31 thor Exp $
+
+DISTNAME= laszip-src-3.4.3
+PKGNAME= ${DISTNAME:S/-src//}
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GITHUB:=LASzip/}
+GITHUB_PROJECT= LASzip
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+
+MAINTAINER= thomas.orgis@uni-hamburg.de
+HOMEPAGE= https://laszip.org/
+COMMENT= Free and lossless LiDAR compression
+LICENSE= gnu-lgpl-v2.1
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"