2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Steve Wills <steve@meatwad.mouf.net>
|
2011-03-18 20:55:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= opengl
|
2014-08-24 19:44:24 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2013-03-03 02:31:15 +01:00
|
|
|
PORTEPOCH= 1
|
2011-03-18 20:55:26 +01:00
|
|
|
CATEGORIES= graphics ruby
|
|
|
|
MASTER_SITES= RG
|
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2013-03-03 02:31:15 +01:00
|
|
|
COMMENT= OpenGL wrapper for Ruby
|
2011-03-18 20:55:26 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RAKE= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
USE_GL= glut
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
2014-01-02 20:57:12 +01:00
|
|
|
.include <bsd.port.mk>
|