openbsd-ports/graphics/glm/Makefile
rsadowski 6bbb491619 Update glm to 0.9.8.5
WANTLIB tweak and ok bcallah@
2017-10-23 06:28:46 +00:00

30 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.8 2017/10/23 06:28:46 rsadowski Exp $
COMMENT= C++ mathematics header-only library for OpenGL software
GH_TAGNAME= 0.9.8.5
GH_PROJECT= glm
GH_ACCOUNT= g-truc
DISTNAME= ${GH_PROJECT}-${GH_TAGNAME}
CATEGORIES= graphics math
HOMEPAGE= https://glm.g-truc.net/
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= devel/cmake
COMPILER = base-clang ports-clang ports-gcc
# it's kind-of a NO_BUILD port, but doing so means you can't
# run the tests.
CONFIGURE_ARGS+=-DGLM_TEST_ENABLE=BOOLEAN=ON
CXXFLAGS+= -Wno-long-long
PKG_ARCH= *
.include <bsd.port.mk>