summaryrefslogtreecommitdiffstats
path: root/games/wump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/wump/Makefile')
-rw-r--r--games/wump/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/wump/Makefile b/games/wump/Makefile
new file mode 100644
index 0000000..de09ffb
--- /dev/null
+++ b/games/wump/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= wump
+MAN6= wump.6
+HIDEGAME=hidegame
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
+ ${DESTDIR}/usr/share/games
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud