aboutsummaryrefslogtreecommitdiff
path: root/bs/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-05-07 16:32:32 -0400
committerB. Watson <yalhcru@gmail.com>2015-05-07 16:32:32 -0400
commit013ac7742311556022304e8b30ca170d48b3a016 (patch)
tree53faa33e75991363f1a6dcc7edc83a66b70e6995 /bs/Makefile
downloadbsd-games-extra-013ac7742311556022304e8b30ca170d48b3a016.tar.gz
initial commit
Diffstat (limited to 'bs/Makefile')
-rw-r--r--bs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/bs/Makefile b/bs/Makefile
new file mode 100644
index 0000000..b7d56ae
--- /dev/null
+++ b/bs/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD: src/games/bs/Makefile,v 1.5.2.1 2001/04/25 09:28:49 ru Exp $
+# $DragonFly: src/games/bs/Makefile,v 1.4 2006/10/08 16:22:35 pavalos Exp $
+
+PROG= bs
+MAN= bs.6
+DPADD= ${LIBNCURSES}
+LDADD= -lncurses
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>