blob: 0e3046ca926bc60df6ed989bfc6950e7559b9bda (
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
26
27
28
29
30
31
32
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= liblas
PORTVERSION= 1.8.1
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= wen@FreeBSD.org
COMMENT= Library For Reading And Writing LAS-Format Data
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libgeotiff.so:graphics/libgeotiff
CONFLICTS= liblas12-1.2*
PORTSCOUT= skipv:progress-20071229
USES= cmake compiler:c++11-lang libtool
LDFLAGS+= -lpthread
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libLAS
GH_PROJECT= ${GH_ACCOUNT}
BROKEN_aarch64= Fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
BROKEN_armv6= Fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
.include <bsd.port.mk>
|