15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# Created by: Steve Wills <steve@meatwad.mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opengl
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics ruby
|
|
MASTER_SITES= RG
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OpenGL wrapper for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_GL= glut
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|