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>
This commit is contained in:
parent
5e56f8bd95
commit
77fc3b9524
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124891
@ -540,6 +540,7 @@
|
||||
SUBDIR += xflame
|
||||
SUBDIR += xfrisk
|
||||
SUBDIR += xgalaga
|
||||
SUBDIR += xgame
|
||||
SUBDIR += xgammon
|
||||
SUBDIR += xgolgo
|
||||
SUBDIR += xgospel
|
||||
|
24
games/xgame/Makefile
Normal file
24
games/xgame/Makefile
Normal file
@ -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>
|
2
games/xgame/distinfo
Normal file
2
games/xgame/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xgame-1.7.1.tar.gz) = e1b3928276285c99e5f5ffe0935dd164
|
||||
SIZE (xgame-1.7.1.tar.gz) = 4657
|
5
games/xgame/pkg-descr
Normal file
5
games/xgame/pkg-descr
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user