diff options
Diffstat (limited to 'games/xgame/Makefile')
-rw-r--r-- | games/xgame/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games/xgame/Makefile b/games/xgame/Makefile deleted file mode 100644 index 6752b6789629..000000000000 --- a/games/xgame/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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 - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -NO_BUILD= yes -USE_PERL5_RUN= yes - -PLIST_FILES= bin/xgame - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xgame ${PREFIX}/bin - -.include <bsd.port.mk> |