blob: 24534655b69fc304c55b39b205528cdae36d33be (
plain)
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
26
27
28
29
|
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= sfcgal
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.6
CATEGORIES= databases math graphics
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Wrapper library around CGAL for PostGIS
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libCGAL.so:math/cgal \
libboost_system.so:devel/boost-libs \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= cmake compiler libtool
USE_GITHUB= yes
GH_ACCOUNT= Oslandia
GH_PROJECT= SFCGAL
compiler_ARGS= c++0x
USE_LDCONFIG= yes
PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}
.include <bsd.port.mk>
|