Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/archivers/laszip/Makefile
17383 views
# Created by: Rainer Hurling <[email protected]>

PORTNAME=	laszip
PORTVERSION=	3.4.3
CATEGORIES=	archivers

MAINTAINER=	[email protected]
COMMENT=	Library for lossless LAS compression

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake compiler:c++0x
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_PROJECT=	LASzip

GNU_CONFIGURE=	yes

.include <bsd.port.mk>