summaryrefslogtreecommitdiffstats
path: root/boggle/boggle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/boggle/Makefile')
-rw-r--r--boggle/boggle/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/boggle/boggle/Makefile b/boggle/boggle/Makefile
new file mode 100644
index 00000000..03466cb2
--- /dev/null
+++ b/boggle/boggle/Makefile
@@ -0,0 +1,15 @@
+# @(#)Makefile 8.1 (Berkeley) 6/11/93
+
+PROG= boggle
+SRCS= bog.c help.c mach.c prtable.c timer.c word.c
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermlib
+HIDEGAME=hidegame
+MAN6= boggle.0
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/helpfile \
+ ${DESTDIR}/usr/share/games/boggle/helpfile
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>