openbsd-ports/graphics/glm/Makefile

30 lines
573 B
Makefile
Raw Normal View History

# $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
2015-12-28 13:57:29 -05:00
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
2017-06-16 05:34:36 -04:00
CXXFLAGS+= -Wno-long-long
PKG_ARCH= *
.include <bsd.port.mk>