mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
21 lines
407 B
Makefile
21 lines
407 B
Makefile
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
|
|
WWW= https://github.com/larskanis/opengl
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= gl gem
|
|
USE_GL= glut
|
|
|
|
CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types
|
|
|
|
.include <bsd.port.mk>
|