freebsd-ports/archivers/laszip/Makefile
Mark Linimon f49159b54a Fix building on gcc-based archs by upgrading USES.
Tested on powerpc64 and amd64 (for no regression).

Approved by:	portmgr (tier-2 blanket)
2018-09-19 21:38:38 +00:00

22 lines
369 B
Makefile

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