diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-03-18 19:55:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-03-18 19:55:26 +0000 |
commit | 1db2d120a0692bd69357bd7b874f03653b4fc6db (patch) | |
tree | 8c738acb8aff90ecd288bced95150b2ffb314fdb /graphics/rubygem-opengl | |
parent | d9d0d7edff4da0b641858625452406d81b631112 (diff) |
Notes
Diffstat (limited to 'graphics/rubygem-opengl')
-rw-r--r-- | graphics/rubygem-opengl/Makefile | 27 | ||||
-rw-r--r-- | graphics/rubygem-opengl/distinfo | 2 | ||||
-rw-r--r-- | graphics/rubygem-opengl/pkg-descr | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile new file mode 100644 index 000000000000..1af8a32cd853 --- /dev/null +++ b/graphics/rubygem-opengl/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: ruby-opengl +# Date created: 2011-03-14 +# Whom: Steve Wills <steve@meatwad.mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= opengl +PORTVERSION= 0.60.1 +CATEGORIES= graphics ruby +MASTER_SITES= RG +DISTNAME= ruby-${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OpenGL/GLU/GLUT interface modules for Ruby + +RUN_DEPENDS= rubygem-mkrf>=0.2.3:${PORTSDIR}/devel/rubygem-mkrf + +USE_RUBY= yes +USE_RAKE= yes +GEM_NAME= ruby-${PORTNAME}-${PORTVERSION} +USE_RUBYGEMS= yes +USE_GL= glut +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/graphics/rubygem-opengl/distinfo b/graphics/rubygem-opengl/distinfo new file mode 100644 index 000000000000..99c60356dc81 --- /dev/null +++ b/graphics/rubygem-opengl/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-opengl-0.60.1.gem) = aeeeac200acc0e7dad0f59dc47426ed7d3254c77f560cf3dfdecbdee5fa4ab7e +SIZE (rubygem/ruby-opengl-0.60.1.gem) = 245248 diff --git a/graphics/rubygem-opengl/pkg-descr b/graphics/rubygem-opengl/pkg-descr new file mode 100644 index 000000000000..47d63d747265 --- /dev/null +++ b/graphics/rubygem-opengl/pkg-descr @@ -0,0 +1,4 @@ +ruby-opengl consists of Ruby extension modules that are bindings for the +OpenGL, GLU, and GLUT libraries. + +WWW: http://ruby-opengl.rubyforge.org/ |