From bc089b03c05fd67bf1b340ba5482a0162d812f61 Mon Sep 17 00:00:00 2001 From: garbled Date: Thu, 27 Aug 1998 13:39:49 +0000 Subject: Forgot this one too.. not my day is it? --- games/angband-tty/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 games/angband-tty/Makefile (limited to 'games/angband-tty') diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile new file mode 100644 index 00000000000..8e043e3882b --- /dev/null +++ b/games/angband-tty/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 1998/08/27 13:39:49 garbled Exp $ +# + +DISTNAME= angband-283 +PKGNAME= angband-tty-2.8.3 +CATEGORIES= games +MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ + +MAINTAINER= root@garbled.net + +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +MAKEFILE= Makefile.std +ALL_TARGET= angband + +do-install: + ${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/angband + ${CP} -R ${WRKDIR}/${DISTNAME}/lib/* ${PREFIX}/share/angband + chown -R bin:games ${PREFIX}/share/angband + chmod -R 0664 ${PREFIX}/share/angband/* + (cd ${PREFIX}/share/angband && chmod 0775 apex bone data edit file help info save user xtra) + ${INSTALL} -c -s -o bin -g games -m 2755 ${WRKSRC}/angband ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3