aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-23 04:49:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-23 04:49:59 +0000
commit77fc3b952444ae1e2fc413cf6d49c25c93ef0c79 (patch)
tree7f9f0199864f96afd1b9b3216dbc4cffde65b7cf /games
parent5e56f8bd95836412fae329379e685717d3201f38 (diff)
downloadports-77fc3b952444ae1e2fc413cf6d49c25c93ef0c79.tar.gz
ports-77fc3b952444ae1e2fc413cf6d49c25c93ef0c79.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/xgame/Makefile24
-rw-r--r--games/xgame/distinfo2
-rw-r--r--games/xgame/pkg-descr5
4 files changed, 32 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 649a81246f58..3b6829f84518 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -540,6 +540,7 @@
SUBDIR += xflame
SUBDIR += xfrisk
SUBDIR += xgalaga
+ SUBDIR += xgame
SUBDIR += xgammon
SUBDIR += xgolgo
SUBDIR += xgospel
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.