mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
b54b77fa86
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
32 lines
675 B
Makefile
32 lines
675 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
|
|
|
|
BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
|
|
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|