summaryrefslogtreecommitdiff
path: root/games/angband/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-10 08:17:27 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-10 08:17:27 +0000
commit6fb413b12ffd157297e981c7ea7ec6bb6e29ece6 (patch)
treedfc509d05e47148ff39a1a53187dd687e1f246ca /games/angband/Makefile
parentAdd V port. (diff)
Upgrade to 2.8.3.
PR: 5690 Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes: svn path=/head/; revision=9653
Diffstat (limited to '')
-rw-r--r--games/angband/Makefile18
1 files changed, 13 insertions, 5 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
index f33ea84fb11c..9bf4fae7ec6b 100644
--- a/games/angband/Makefile
+++ b/games/angband/Makefile
@@ -1,22 +1,30 @@
# New ports collection makefile for: angband
-# Version required: 2.8.2
+# Version required: 2.8.3
# Date created: 21 Feb 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id: Makefile,v 1.3 1997/09/19 06:46:36 tg Exp $
+# $Id: Makefile,v 1.4 1997/10/27 09:48:01 tg Exp $
#
-DISTNAME= angband-282
-PKGNAME= angband-2.8.2
+DISTNAME= angband-283
+PKGNAME= angband-2.8.3
CATEGORIES= games
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/
+DISTFILES= angband-283.tar.gz ext-x11-283.tar.gz
MAINTAINER= mph@pobox.com
USE_X11= yes
+DIST_SUBDIR= angband
+
+EXTSRC= ${WRKDIR}/ext-x11-283
+
+pre-patch:
+ ${CP} ${WRKSRC}/src/Makefile.std ${WRKSRC}/src/Makefile
post-install:
+ ${INSTALL_DATA} ${EXTSRC}/lib/xtra/tiles.raw \
+ ${PREFIX}/lib/X11/angband/xtra
@${CAT} ${PKGDIR}/MESSAGE
- @${INSTALL_DATA} ${FILESDIR}/CHANGES-2.8.2 ${PREFIX}/lib/X11/angband
.include <bsd.port.mk>