1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xgame/Makefile
2007-03-14 07:17:05 +00:00

25 lines
480 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.org/xgame/
MAINTAINER= ports@FreeBSD.org
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>