0cd4bd0540
- Bump PORTREVISION of the ports depends on cgal
28 lines
595 B
Makefile
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>
|