aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34-nox11/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-03-28 12:13:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-03-28 12:13:27 +0000
commit3282d59f7344daaa8881405d9b772720b4b78e90 (patch)
treec77e3d430a6dfa4ded303e5507038b0e2f2335a9 /games/nethack34-nox11/Makefile
parent213407af342f26689cb1c07e414072de49d3f7a4 (diff)
downloadports-3282d59f7344daaa8881405d9b772720b4b78e90.tar.gz
ports-3282d59f7344daaa8881405d9b772720b4b78e90.zip
Notes
Diffstat (limited to 'games/nethack34-nox11/Makefile')
-rw-r--r--games/nethack34-nox11/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile
new file mode 100644
index 000000000000..a77296b7f0e2
--- /dev/null
+++ b/games/nethack34-nox11/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 <bsd.port.mk>