freebsd-ports/databases/sfcgal/Makefile
Wen Heping 0cd4bd0540 - Update math/cgal to 4.6
- Bump PORTREVISION of the ports depends on cgal
2015-06-01 09:08:08 +00:00

28 lines
595 B
Makefile

# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= sfcgal
PORTVERSION= 1.0.5
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= databases math graphics
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
USE_GITHUB= yes
GH_ACCOUNT= Oslandia
GH_PROJECT= SFCGAL
USES= cmake compiler libtool
compiler_ARGS= c++0x
USE_LDCONFIG= yes
.include <bsd.port.mk>