aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/laszip/Makefile
blob: 0ebc96740b4180af32774f5bc320919cca026f83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$

PORTNAME=   laszip
PORTVERSION=    3.2.9
PORTREVISION=   1
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>