freebsd-ports/graphics/rubygem-opengl/Makefile
Koop Mast 5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00

28 lines
594 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
PORTREVISION= 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>