diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
| commit | b6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch) | |
| tree | f2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /devel/rubygem-rubygame/Makefile | |
| parent | e892f2bbcdaf08e461fb47a64eee749e1a02fe85 (diff) | |
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 29d55a41ce82..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= ports@FreeBSD.org -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> |
