summaryrefslogtreecommitdiff
path: root/games/nethack-lib/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-08-27 12:58:51 +0000
committergarbled <garbled@pkgsrc.org>1998-08-27 12:58:51 +0000
commitfe0e1402b436ef51c347a50217e55deafdeaf483 (patch)
tree1fb16f875fda4099cf2b39327e32fef825e2ef7a /games/nethack-lib/Makefile
parent74b1a3594bff069b0119e1516fea73bea9fbf1c0 (diff)
downloadpkgsrc-fe0e1402b436ef51c347a50217e55deafdeaf483.tar.gz
nethack-lib pkg: data files for Nethack
Diffstat (limited to 'games/nethack-lib/Makefile')
-rw-r--r--games/nethack-lib/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile
new file mode 100644
index 00000000000..f5619212bca
--- /dev/null
+++ b/games/nethack-lib/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 1998/08/27 12:58:51 garbled Exp $
+#
+
+DISTNAME= nethack-3.2.2
+PKGNAME= nethack-lib-3.2.2
+CATEGORIES= games
+MASTER_SITES= http://pinky.wtower.com/nethack/sources/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= sys/unix/setup.sh
+ALL_TARGET= datastuff
+INSTALL_TARGET= manpages install-dat
+
+post-patch:
+ @${MV} ${WRKSRC}/include/config.h foo
+ @${SED} -e 's@XXXLOCALBASEXXX@$(LOCALBASE)@g' <foo> ${WRKSRC}/include/config.h
+ @${RM} -f foo
+
+.include "../../mk/bsd.pkg.mk"