mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
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)
23 lines
485 B
Makefile
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>
|