2014-06-04 10:49:57 +02:00
|
|
|
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sfcgal
|
2015-01-04 00:49:22 +01:00
|
|
|
PORTVERSION= 1.0.5
|
2014-06-04 10:49:57 +02:00
|
|
|
CATEGORIES= databases math graphics
|
|
|
|
MASTER_SITES= http://github.com/Oslandia/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
|
|
|
|
|
|
|
|
MAINTAINER= coder@tuxfamily.org
|
|
|
|
COMMENT= Wrapper library around CGAL for PostGIS
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libCGAL.so:${PORTSDIR}/math/cgal \
|
|
|
|
libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
2014-07-23 00:22:28 +02:00
|
|
|
libgmp.so:${PORTSDIR}/math/gmp \
|
|
|
|
libmpfr.so:${PORTSDIR}/math/mpfr
|
2014-06-04 10:49:57 +02:00
|
|
|
|
2014-07-23 00:22:28 +02:00
|
|
|
WRKSRC= ${WRKDIR}/SFCGAL-${PORTVERSION}
|
2014-06-04 10:49:57 +02:00
|
|
|
|
2014-07-23 00:22:28 +02:00
|
|
|
USES= cmake compiler libtool
|
2014-06-04 10:49:57 +02:00
|
|
|
compiler_ARGS= c++0x
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|