opnsense-ports/graphics/rubygem-opengl/Makefile
Franco Fichtner 58f461525b */*: sync with upstream
Taken from: HardenedBSD
2021-06-23 09:00:51 +02:00

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>