aboutsummaryrefslogtreecommitdiff
path: root/games/nethack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack/Makefile')
-rw-r--r--games/nethack/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
deleted file mode 100644
index 1aa415d65224..000000000000
--- a/games/nethack/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: nethack
-# Version required: 3.1.3
-# Date created: 27 March 1995
-# Whom: asami
-#
-# $Id: Makefile,v 1.3 1995/04/01 12:45:05 jkh Exp $
-#
-
-DISTNAME= nethack3.1.3
-PKGNAME= nethack-3.1.3
-CATEGORIES+= games
-MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= asami@FreeBSD.ORG
-
-WRKSRC= ${WRKDIR}/nethack313
-USE_GMAKE= yes
-SHELL= /bin/sh
-
-pre-configure:
- @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
-
-pre-install:
- @cd ${WRKSRC}/doc; ${MAKE} manpages
-
-.include <bsd.port.mk>