freebsd-ports/archivers/laszip/Makefile
Li-Wen Hsu a94523283f Update to 3.4.3
PR:		247748
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2020-07-04 08:08:39 +00:00

22 lines
369 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME= laszip
PORTVERSION= 3.4.3
CATEGORIES= archivers
MAINTAINER= rhurlin@gwdg.de
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>