diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-27 13:39:49 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-27 13:39:49 +0000 |
commit | bc089b03c05fd67bf1b340ba5482a0162d812f61 (patch) | |
tree | 703cf6284d58f50fa6c69a96b1cb2289de999a66 /games | |
parent | 7087dabeed12bbe0acec5e71392e730ecefdd702 (diff) | |
download | pkgsrc-bc089b03c05fd67bf1b340ba5482a0162d812f61.tar.gz |
Forgot this one too.. not my day is it?
Diffstat (limited to 'games')
-rw-r--r-- | games/angband-tty/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
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" |