2004-12-23 05:49:59 +01:00
|
|
|
# New ports collection makefile for: xgame
|
|
|
|
# Date created: 14 August 2004
|
|
|
|
# Whom: Andreas Berg
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xgame
|
|
|
|
PORTVERSION= 1.7.1
|
|
|
|
CATEGORIES= games
|
2006-11-17 14:16:05 +01:00
|
|
|
MASTER_SITES= http://downloads.tlhiv.org/xgame/
|
2004-12-23 05:49:59 +01:00
|
|
|
|
2007-03-14 08:17:05 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-12-23 05:49:59 +01:00
|
|
|
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>
|