From 3282d59f7344daaa8881405d9b772720b4b78e90 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 28 Mar 1995 12:13:27 +0000 Subject: A dungeon chewing game. I don't use the X interface (and I can't believe anyone would want to use that) so this port only makes the tty version. CVS: --- games/nethack32/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 games/nethack32/Makefile (limited to 'games/nethack32/Makefile') diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile new file mode 100644 index 000000000000..a77296b7f0e2 --- /dev/null +++ b/games/nethack32/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: nethack +# Version required: 3.1.3 +# Date created: 27 March 1995 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= nethack3.1.3 +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +MAINTAINER= asami@FreeBSD.ORG +WRKSRC= ${WRKDIR}/nethack313 +USE_GMAKE= yes +PKGNAME= nethack-3.1.3 + +pre-configure: + @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh + +pre-install: + @cd ${WRKSRC}/doc; ${MAKE} manpages + +.include -- cgit v1.2.3