mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
7b0ae939ca
- Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
30 lines
610 B
Makefile
30 lines
610 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblas
|
|
PORTVERSION= 1.8.1
|
|
PORTREVISION= 19
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Library For Reading And Writing LAS-Format Data
|
|
|
|
LICENSE= BSD3CLAUSE BSL MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libgeotiff.so:graphics/libgeotiff
|
|
|
|
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>
|