blob: 766e80f60b7b7bd1215341ad9a4548c7221a8fee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: laszip
# Date created: 09 January 2012
# Whom: 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= A library for lossless LAS compression
LICENSE= LGPL3
GNU_CONFIGURE= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
post-install:
@${LN} -s ${PREFIX}/lib/liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
.include <bsd.port.mk>
|