freebsd-ports/games/xgame/Makefile
Edwin Groothuis 77fc3b9524 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>
2004-12-23 04:49:59 +00:00

24 lines
479 B
Makefile

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