mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
08bb582810
PR: 234471 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
23 lines
369 B
Makefile
23 lines
369 B
Makefile
# Created by: Rainer Hurling <rhurlin@gwdg.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= laszip
|
|
PORTVERSION= 3.2.9
|
|
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>
|