aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-opengl/Makefile
blob: b01ced6719b1187c3ed07c504164f13f1d84ae61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Steve Wills <steve@meatwad.mouf.net>

PORTNAME=	opengl
PORTVERSION=	0.10.0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	graphics ruby
MASTER_SITES=	RG
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OpenGL wrapper for Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gl gem
USE_GL=		glut
USE_RUBY=	yes

.include <bsd.port.mk>