pkgsrc/graphics/qore-glut-module/Makefile
wiz e50c085c48 Import qore-glut-module-0.0.3nb3 as graphics/qore-glut-module,
packaged for wip by nros.

GLUT Qore module. This module provides GLUT bindings for the Qore
language.
2014-12-30 15:58:20 +00:00

26 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/12/30 15:58:20 wiz Exp $
DISTNAME= qore-glut-module-0.0.3
PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
MAINTAINER= nros@users.sourceforge.net
HOMEPAGE= http://www.qore.org/
COMMENT= GLUT Qore bindings
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
PTHREAD_OPTS+= native
CONFIGURE_ARGS+=--with-glut=${BUILDLINK_PREFIX.glut}
.include "options.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../lang/qore/module.mk"
.include "../../graphics/qore-opengl-module/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"