aboutsummaryrefslogtreecommitdiff
path: root/devel/liblas/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-07-05 02:32:20 +0000
committerWen Heping <wen@FreeBSD.org>2014-07-05 02:32:20 +0000
commit2c51020ba2b9c406144271cb0e400fcb7a8d3a8e (patch)
treee91ed22d7242f1109c2b9a2744e97f8a11218c8b /devel/liblas/Makefile
parentbb2ddd7cfa69d940bb8ce7e2a4906d0d704398e6 (diff)
downloadports-2c51020ba2b9c406144271cb0e400fcb7a8d3a8e.tar.gz
ports-2c51020ba2b9c406144271cb0e400fcb7a8d3a8e.zip
Notes
Diffstat (limited to 'devel/liblas/Makefile')
-rw-r--r--devel/liblas/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile
index 4fc29a2ad4cb..43c566642c54 100644
--- a/devel/liblas/Makefile
+++ b/devel/liblas/Makefile
@@ -2,19 +2,20 @@
# $FreeBSD$
PORTNAME= liblas
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.7.0
CATEGORIES= devel
-MASTER_SITES= http://trac.liblas.org/raw-attachment/wiki/${PORTVERSION}/
-DISTNAME= ${PORTNAME}-src-${PORTVERSION}
+MASTER_SITES= https://github.com/libLAS/libLAS/archive/
+DISTNAME= ${PORTVERSION}
-MAINTAINER= wenheping@gmail.com
+MAINTAINER= wen@FreeBSD.org
COMMENT= Library For Reading And Writing LAS-Format Data
-USES= gmake libtool
+BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs
+
+USES= cmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/liblas-src-${PORTVERSION}
+WRKSRC= ${WRKDIR}/libLAS-${PORTVERSION}
.include <bsd.port.mk>