diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 09:35:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 09:35:21 +0000 |
commit | 02f4b56584d9670e4a06aecd58ba9cdfbed505a0 (patch) | |
tree | 9b73e6451a3af9b2c119479c0c3bd279145141b9 /games/angband/Makefile | |
parent | 10a9191492ca8d8fbce766336d5233baa0cf08e0 (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 'games/angband/Makefile')
-rw-r--r-- | games/angband/Makefile | 20 |
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> |