freebsd-ports/databases/sfcgal/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00

30 lines
640 B
Makefile

# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= sfcgal
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.5
PORTREVISION= 1
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>