freebsd-ports/devel/liblas/Makefile
Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

25 lines
469 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= liblas
PORTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= wen@FreeBSD.org
COMMENT= Library For Reading And Writing LAS-Format Data
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
LICENSE= BSD2CLAUSE
CONFLICTS= liblas12-1.2*
USES= cmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libLAS
GH_PROJECT= ${GH_ACCOUNT}
.include <bsd.port.mk>