Makefile 515 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.4 2017/05/31 08:08:16 espie Exp $
  2. COMMENT= C++ mathematics header-only library for OpenGL software
  3. GH_TAGNAME= 0.9.7.1
  4. GH_PROJECT= glm
  5. GH_ACCOUNT= g-truc
  6. DISTNAME= ${GH_PROJECT}-${GH_TAGNAME}
  7. CATEGORIES= graphics math
  8. HOMEPAGE= http://glm.g-truc.net/
  9. # MIT
  10. PERMIT_PACKAGE_CDROM= Yes
  11. MODULES= devel/cmake
  12. COMPILER = gcc
  13. # it's kind-of a NO_BUILD port, but doing so means you can't
  14. # run the tests.
  15. CONFIGURE_ARGS+= -DGLM_TEST_ENABLE=BOOLEAN=ON
  16. PKG_ARCH= *
  17. .include <bsd.port.mk>