freebsd-ports/math/poly2tri/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

25 lines
501 B
Makefile

PORTNAME= poly2tri
DISTVERSION= g20191130
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= 2D constrained Delaunay triangulation library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libglfw.so:graphics/glfw
USES= compiler:c11 gl localbase:ldflags waf
USE_GITHUB= yes
GH_ACCOUNT= jhasse
GH_TAGNAME= e6e63dd29ef0805b3e40fe1832c2f1fe2307943a
USE_GL= gl
PLIST_FILES= bin/p2t
post-stage:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/p2t
.include <bsd.port.mk>