summaryrefslogtreecommitdiff
path: root/geography/laszip/Makefile
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-05-17 10:01:31 +0000
committerthor <thor@pkgsrc.org>2021-05-17 10:01:31 +0000
commitb2f2e08c759aeb30b131843b876845fe05aa952e (patch)
tree26939ae5e13ffd93f1b921f130b558feedf1f8bd /geography/laszip/Makefile
parentc8aa1fd38442e34357692cac7c06642de2b04cfc (diff)
downloadpkgsrc-b2f2e08c759aeb30b131843b876845fe05aa952e.tar.gz
*** empty log message ***
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"