freebsd-ports/devel/liblas/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00

32 lines
770 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= liblas
PORTVERSION= 1.8.1
PORTREVISION= 12
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_powerpc64= fails to compile: undefined reference to boost::program_options::to_internal
.include <bsd.port.mk>