diff options
Diffstat (limited to 'devel/rubygem-rubygame/Makefile')
-rw-r--r-- | devel/rubygem-rubygame/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/rubygem-rubygame/Makefile b/devel/rubygem-rubygame/Makefile deleted file mode 100644 index 8149d33bef34..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= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://rubygame.seul.org/files/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= walkingshadow@grummel.net -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> |