aboutsummaryrefslogblamecommitdiff
path: root/graphics/rubygem-opengl/Makefile
blob: 58f1f1600cea21af4edbbb10c9ac73e8067a1f1d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                  

                      
                      
                 

                             


                                
                                       
 
                   
                                     
 
                      
                    
                   
 
                      
# Created by: Steve Wills <steve@meatwad.mouf.net>

PORTNAME=	opengl
PORTVERSION=	0.10.0
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>