mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
65ae41dc0e
https://github.com/LASzip/LASzip/releases/tag/3.4.4 reminded by fcambus@, thanks!
27 lines
408 B
Makefile
27 lines
408 B
Makefile
COMMENT = lossless LiDAR compression
|
|
|
|
V = 3.4.4
|
|
DIST_TUPLE = github LASzip LASzip ${V} .
|
|
PKGNAME = laszip-${V}
|
|
|
|
SHARED_LIBS = laszip 1.0 \
|
|
laszip_api 0.0 # 8.0.5
|
|
|
|
CATEGORIES = converters textproc archivers
|
|
|
|
HOMEPAGE = https://laszip.org/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += m ${COMPILER_LIBCXX}
|
|
|
|
#c++11
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cmake
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|