aboutsummaryrefslogtreecommitdiff
path: root/archivers/laszip/Makefile
blob: 63797c9cc49ecdc044ed06acd373e8a6b200f862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	laszip
DISTVERSION=	3.5.1
CATEGORIES=	archivers
DISTNAME=	${PORTNAME}-src-${DISTVERSION}

MAINTAINER=	rhurlin@FreeBSD.org
COMMENT=	Library for lossless LAS compression
WWW=		https://laszip.org/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake compiler:c++0x
USE_GITHUB=	yes
GH_ACCOUNT=	LASzip
GH_PROJECT=	LASzip
GH_TAGNAME=	80f9298
USE_LDCONFIG=	yes

.include <bsd.port.mk>