diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 04:49:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 04:49:59 +0000 |
commit | 77fc3b952444ae1e2fc413cf6d49c25c93ef0c79 (patch) | |
tree | 7f9f0199864f96afd1b9b3216dbc4cffde65b7cf /games/xgame | |
parent | 5e56f8bd95836412fae329379e685717d3201f38 (diff) | |
download | ports-77fc3b952444ae1e2fc413cf6d49c25c93ef0c79.tar.gz ports-77fc3b952444ae1e2fc413cf6d49c25c93ef0c79.zip |
Notes
Diffstat (limited to 'games/xgame')
-rw-r--r-- | games/xgame/Makefile | 24 | ||||
-rw-r--r-- | games/xgame/distinfo | 2 | ||||
-rw-r--r-- | games/xgame/pkg-descr | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/games/xgame/Makefile b/games/xgame/Makefile new file mode 100644 index 000000000000..f235392193d7 --- /dev/null +++ b/games/xgame/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xgame +# Date created: 14 August 2004 +# Whom: Andreas Berg +# +# $FreeBSD$ +# + +PORTNAME= xgame +PORTVERSION= 1.7.1 +CATEGORIES= games +MASTER_SITES= http://xgame.tlhiv.com/downloads/ + +MAINTAINER= aberg@doomnet.de +COMMENT= A Perl script which enhances gameplay under Linux/Unix + +NO_BUILD= yes +USE_PERL5_RUN= yes + +PLIST_FILES= bin/xgame + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/xgame ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/games/xgame/distinfo b/games/xgame/distinfo new file mode 100644 index 000000000000..13602e59593d --- /dev/null +++ b/games/xgame/distinfo @@ -0,0 +1,2 @@ +MD5 (xgame-1.7.1.tar.gz) = e1b3928276285c99e5f5ffe0935dd164 +SIZE (xgame-1.7.1.tar.gz) = 4657 diff --git a/games/xgame/pkg-descr b/games/xgame/pkg-descr new file mode 100644 index 000000000000..d471d7a55378 --- /dev/null +++ b/games/xgame/pkg-descr @@ -0,0 +1,5 @@ +Xgame launches your game in a separate X session. This allows gamers to +switch between their desktop and their game with ease. The new X session +does not run a desktop or window manager. Furthermore, since the game is run +in a separate X session, the resolution and color depth of the desktop and +game may be different. |