ports/graphics/rubygem-opengl/Makefile

20 lines
315 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
USES= gem
.include <bsd.port.mk>