summaryrefslogtreecommitdiffstats
path: root/games/worms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/worms/Makefile')
-rw-r--r--games/worms/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/worms/Makefile b/games/worms/Makefile
new file mode 100644
index 0000000..7b30870
--- /dev/null
+++ b/games/worms/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= worms
+MAN6= worms.6
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermcap -lcompat
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud