freebsd-ports/games/xgame/Makefile
Renato Botelho d98ae2e8f7 - Fix MASTER_SITES
PR:		ports/88600
Submitted by:	maintainer
2005-11-07 15:07:06 +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://downloads.tlhiv.com/xgame/
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>