blob: 12efd615123cac216e665a4f7e5677516339cfd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME= laszip
PORTVERSION= 3.4.3
CATEGORIES= archivers
MAINTAINER= rhurlin@FreeBSD.org
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>
|