ports/math/lib2geom/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

26 lines
621 B
Makefile

PORTNAME= lib2geom
DISTVERSION= 1.2.2
CATEGORIES= math gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Easy to use 2D geometry library in C++
WWW= https://gitlab.com/inkscape/lib2geom
BUILD_DEPENDS= googletest>0:devel/googletest
LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \
libgsl.so:math/gsl \
libboost_thread.so:devel/boost-libs
USES= cmake gettext-runtime gnome localbase:ldflags pkgconfig
USE_GITLAB= yes
USE_GNOME= cairo glib20
GL_ACCOUNT= inkscape
GL_TAGNAME= a84a73ebdae50cc729f57d1ffb788aeaef0f746c
CMAKE_ON= 2GEOM_BUILD_SHARED
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>