pkgsrc/graphics/qore-glut-module/Makefile
2020-03-08 16:47:24 +00:00

26 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/03/08 16:50:06 wiz Exp $
DISTNAME= qore-glut-module-0.0.3
PKGREVISION= 12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
MAINTAINER= nros@NetBSD.org
HOMEPAGE= http://www.qore.org/
COMMENT= GLUT Qore bindings
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++11
PTHREAD_OPTS+= native
CONFIGURE_ARGS+= --with-glut=${BUILDLINK_PREFIX.freeglut}
.include "options.mk"
.include "../../graphics/freeglut/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../lang/qore/module.mk"
.include "../../graphics/qore-opengl-module/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"