freebsd-ports/graphics/rubygem-opengl/Makefile
Sunpoet Po-Chuan Hsieh ccd44d562d - Update to 0.9.2
- Add LICENSE
- Remove USE_RAKE
- Update WWW

Changes:	https://github.com/larskanis/opengl/blob/master/History.rdoc
2015-05-25 19:54:40 +00:00

21 lines
345 B
Makefile

# Created by: Steve Wills <steve@meatwad.mouf.net>
# $FreeBSD$
PORTNAME= opengl
PORTVERSION= 0.9.2
PORTEPOCH= 1
CATEGORIES= graphics ruby
MASTER_SITES= RG
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= OpenGL wrapper for Ruby
LICENSE= MIT
USE_GL= glut
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>