mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
fdb67817ea
Update maintainer email address Ownership of the former email address confirmed by email PR: 219791 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11069
29 lines
569 B
Makefile
29 lines
569 B
Makefile
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sfcgal
|
|
PORTVERSION= 1.3.1
|
|
DISTVERSIONPREFIX= v
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Oslandia
|
|
GH_PROJECT= SFCGAL
|
|
|
|
USES= cmake compiler libtool
|
|
compiler_ARGS= c++0x
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|