COMMENT =	standalone tool for extracting and creating Godot .pck files

PKGNAME =	${DISTNAME:L}
GH_ACCOUNT =	hhyyrylainen
GH_PROJECT =	GodotPckTool
GH_TAGNAME =	v2.2

DIST_TUPLE +=	github jarro2783 cxxopts dcf3e1a55147defb8cf60bac172b16181ae8f6d5 third_party/cxxopts

CATEGORIES =	games devel
MAINTAINER =	Thomas Frohwein <thfr@openbsd.org>

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB += ${COMPILER_LIBCXX} c m

COMPILER =		base-clang ports-gcc

MODULES =	devel/cmake

BUILD_DEPENDS =	textproc/nlohmann-json

CXXFLAGS +=		-I${LOCALBASE}/include

.include <bsd.port.mk>
