f7f2e841fb
While here, * set LICENST=mit * remove patch-a{a,b} from distinfo, it should be removed with update to 0.60. 0.60.1 (February 16, 2009) This is maintenance release. Changes in this release: Bugfixes Proper support for ruby 1.9/1.9.1+ Updated OpenGL enumerators in preparation for OpenGL 3.0
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.29 2010/06/14 02:25:01 obache Exp $
|
|
|
|
DISTNAME= ruby-opengl-0.60.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://ruby-opengl.rubyforge.org/
|
|
COMMENT= Ruby bindings for OpenGL, GLU and GLUT
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= rake>=0.8.1:../../devel/rake
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mkrf>=0.2.0:../../devel/ruby-mkrf
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|