aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sfcgal/Makefile
blob: 3f36393820dd70849217688db556c4711572c38e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
# $FreeBSD$

PORTNAME=   sfcgal
PORTVERSION=    1.0.4
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 \
        libgmp.so:${PORTSDIR}/math/gmp \
        libmpfr.so:${PORTSDIR}/math/mpfr

WRKSRC= ${WRKDIR}/SFCGAL-${PORTVERSION}

USES=       cmake compiler
compiler_ARGS=  c++0x
USE_LDCONFIG=   yes

.include <bsd.port.mk>