blob: df563c6f911d04f014e08611a419a23a68497314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Rainer Hurling <rhurlin@gwdg.de>
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>
|