opnsense-ports/databases/sfcgal/Makefile
Franco Fichtner 26b02790e0 */*: sync with upstream
Taken from: FreeBSD
2015-08-28 13:43:07 +02:00

28 lines
611 B
Makefile

# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= sfcgal
PORTVERSION= 1.1.0
DISTVERSIONPREFIX= v
CATEGORIES= databases math graphics
MAINTAINER= coder@tuxfamily.org
COMMENT= Wrapper library around CGAL for PostGIS
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libCGAL.so:${PORTSDIR}/math/cgal \
libboost_system.so:${PORTSDIR}/devel/boost-libs \
libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
USE_GITHUB= yes
GH_ACCOUNT= Oslandia
GH_PROJECT= SFCGAL
USES= cmake compiler libtool
compiler_ARGS= c++0x
USE_LDCONFIG= yes
.include <bsd.port.mk>