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 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.