ports/devel/liblas12/Makefile
Wen Heping ba0d202525 - Reintroduce liblas-1.2.1 as devel/liblas12, to make math/saga work.
libLAS is a BSD library for reading and writing ASPRS LAS version 1.0, 1.1 and
1.2 data. LAS-formatted data is heavily used in LiDAR processing operations,
and the LAS format is a sequential binary format used to store data from
sensors and as intermediate processing storage by some applications.

WWW: http://liblas.org/

Submitted by:	rhurlin@gwdg.de(via email)
2014-11-08 10:25:48 +00:00

23 lines
485 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= liblas12
PORTVERSION= 1.2.1
CATEGORIES= devel
MASTER_SITES= http://trac.liblas.org/raw-attachment/wiki/${PORTVERSION}/
DISTNAME= liblas-src-${PORTVERSION}
MAINTAINER= rhurlin@gwdg.de
COMMENT= Library For Reading And Writing LAS-Format Data
LICENSE= BSD2CLAUSE
CONFLICTS= liblas-1.7*
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/liblas-src-${PORTVERSION}
.include <bsd.port.mk>