mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9d4e2430a8
1.1 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/ PR: ports/124838 Submitted by: Wen Heping <wenheping at gmail.com>
21 lines
469 B
Makefile
21 lines
469 B
Makefile
# New ports collection makefile for: liblas
|
|
# Date created: 21 June 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liblas
|
|
PORTVERSION= 0.9.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://liblas.org/raw-attachment/wiki/${PORTVERSION}/
|
|
DISTNAME= las-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= A Library For Reading And Writing LAS-Format Data
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|