summaryrefslogtreecommitdiff
path: root/devel/rubygem-rubygame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rubygame/Makefile')
-rw-r--r--devel/rubygem-rubygame/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/rubygem-rubygame/Makefile b/devel/rubygem-rubygame/Makefile
deleted file mode 100644
index 5d53b09c208a..000000000000
--- a/devel/rubygem-rubygame/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: ruby-game
-# Date created: 9 June 2006
-# Whom: ws
-#
-# $FreeBSD$
-#
-
-PORTNAME= game
-PORTVERSION= 1.1.0
-PORTREVISION= 3
-CATEGORIES= devel ruby
-MASTER_SITES= http://rubygame.seul.org/files/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= jaj@hcl-club.lu
-COMMENT= A game-development extension and library for the ruby language
-
-USE_SDL= gfx image ttf
-USE_RUBY= yes
-USE_BZIP2= yes
-USE_RUBY_SETUP= yes
-
-.include <bsd.port.pre.mk>
-
-do-patch:
- ${REINPLACE_CMD} 's|"sdl-config"|"${SDL_CONFIG}"|' \
- ${WRKSRC}/ext/rubygame/extconf.rb
-
-.include <bsd.port.post.mk>