freebsd-ports/databases/sfcgal/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

28 lines
673 B
Makefile

PORTNAME= sfcgal
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.1
PORTREVISION= 4
CATEGORIES= databases math graphics
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Wrapper library around CGAL for PostGIS
WWW= http://www.sfcgal.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cgal>0:math/cgal
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= cmake compiler:c++14-lang
USE_GITLAB= yes
GL_ACCOUNT= Oslandia
GL_PROJECT= SFCGAL
GL_TAGNAME= 2d6a1a89552f14fe2926038b7237686bb9e5472e
USE_LDCONFIG= yes
PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} DEBUG_SUFFIX=${WITH_DEBUG:Dd}
.include <bsd.port.mk>