mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
f8ca90c72f
- Add LICENSE_FILE Changes: https://github.com/larskanis/opengl/blob/master/History.md
22 lines
352 B
Makefile
22 lines
352 B
Makefile
# Created by: Steve Wills <steve@meatwad.mouf.net>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USE_GL= glut
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|