summaryrefslogtreecommitdiffstats
path: root/games/cribbage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage/Makefile')
-rw-r--r--games/cribbage/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
new file mode 100644
index 0000000..83c97d2
--- /dev/null
+++ b/games/cribbage/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= cribbage
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
+MAN6= cribbage.6
+HIDEGAME=hidegame
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
+ ${DESTDIR}/usr/share/games/cribbage.instr
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud