1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/liblas/Makefile

31 lines
650 B
Makefile

PORTNAME= liblas
PORTVERSION= 1.8.1
PORTREVISION= 25
CATEGORIES= devel
MAINTAINER= wen@FreeBSD.org
COMMENT= Library For Reading And Writing LAS-Format Data
WWW= https://liblas.org/
LICENSE= BSD3CLAUSE BSL MIT
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Upstream no longer continuing
EXPIRATION_DATE=2024-02-10
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libgeotiff.so:graphics/libgeotiff
PORTSCOUT= skipv:progress-20071229
USES= cmake compiler:c++11-lang cpe libtool
LDFLAGS+= -lpthread
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libLAS
GH_PROJECT= ${GH_ACCOUNT}
.include <bsd.port.mk>