summaryrefslogtreecommitdiff
path: root/games/xgame/Makefile
blob: f235392193d7e466706bfd18fce3f99d4c84e618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>