aboutsummaryrefslogtreecommitdiffstats
path: root/games/xgame
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-23 12:49:59 +0800
committeredwin <edwin@FreeBSD.org>2004-12-23 12:49:59 +0800
commit528086ba7dcdde1cd49eeafe73c0a6b6494837f2 (patch)
tree81ee3dee7d693f12af08ca268c7c0dd80421a155 /games/xgame
parent0d64dd645a664210549b659d06f271c85aa10b17 (diff)
downloadfreebsd-ports-gnome-528086ba7dcdde1cd49eeafe73c0a6b6494837f2.tar.gz
freebsd-ports-gnome-528086ba7dcdde1cd49eeafe73c0a6b6494837f2.tar.zst
freebsd-ports-gnome-528086ba7dcdde1cd49eeafe73c0a6b6494837f2.zip
New port: games/xgame A Perl script which enhances gameplay under Linux/Unix
A Perl script which enhances gameplay under Linux/Unix 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. PR: ports/73326 Submitted by: Andreas Berg <aberg@doomnet.de>
Diffstat (limited to 'games/xgame')
-rw-r--r--games/xgame/Makefile24
-rw-r--r--games/xgame/distinfo2
-rw-r--r--games/xgame/pkg-descr5
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.