1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/liblas/Makefile
Martin Wilke 9d4e2430a8 libLAS is a BSD library for reading and writing ASPRS LAS version 1.0 and
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>
2008-06-23 10:38:12 +00:00

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>