summaryrefslogtreecommitdiff
path: root/games/angband/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-03-04 09:35:21 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-03-04 09:35:21 +0000
commit02f4b56584d9670e4a06aecd58ba9cdfbed505a0 (patch)
tree9b73e6451a3af9b2c119479c0c3bd279145141b9 /games/angband/Makefile
parentUpgrade, 8.6 -> 9.6. Closes PR ports/2761. (diff)
Import of the angband port. Angband is a roguelike game.
Closes PR #2799. Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes: svn path=/head/; revision=5833
Diffstat (limited to '')
-rw-r--r--games/angband/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
new file mode 100644
index 000000000000..cc491689deb0
--- /dev/null
+++ b/games/angband/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: angband
+# Version required: 2.8.0
+# Date created: 21 Feb 1997
+# Whom: Matthew Hunt <mph@pobox.com>
+#
+# $Id$
+#
+
+DISTNAME= angband-2.8.0
+CATEGORIES= games
+MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/
+DISTFILES= angband-280.tar.gz
+
+MAINTAINER= mph@pobox.com
+
+WRKSRC= ${WRKDIR}/angband-280
+USE_X11= yes
+PATCH_STRIP= -p1
+
+.include <bsd.port.mk>