mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
21 lines
359 B
Makefile
21 lines
359 B
Makefile
# 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>
|