aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/laszip/Makefile
blob: 7df7e34423de87f0899b2b372b0286a6a1a541fd (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=    2.1.0
CATEGORIES= archivers
MASTER_SITES=   http://download.osgeo.org/laszip/

MAINTAINER= rhurlin@gwdg.de
COMMENT=    Library for lossless LAS compression

LICENSE=    LGPL3

GNU_CONFIGURE=  yes
USES=       cmake
USE_LDCONFIG=   yes

CMAKE_DEFS+=    -DCMAKE_USE_PTHREADS:BOOL=ON

post-install:
    @${LN} -s liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5

.include <bsd.port.mk>