mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
27 lines
578 B
Makefile
27 lines
578 B
Makefile
# New ports collection makefile for: ruby-opengl
|
|
# Date created: 2011-03-14
|
|
# Whom: Steve Wills <steve@meatwad.mouf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opengl
|
|
PORTVERSION= 0.60.1
|
|
CATEGORIES= graphics ruby
|
|
MASTER_SITES= RG
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OpenGL/GLU/GLUT interface modules for Ruby
|
|
|
|
RUN_DEPENDS= rubygem-mkrf>=0.2.3:${PORTSDIR}/devel/rubygem-mkrf
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
GEM_NAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
USE_RUBYGEMS= yes
|
|
USE_GL= glut
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|