summaryrefslogtreecommitdiffstats
path: root/games/robots/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
committerjkh <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
commit057afceb86e030ad65b0130436860d9a18066186 (patch)
treea0ced9c9b9278eb776d89cd2565c27ddcf020b51 /games/robots/Makefile
parenteedec95276cdb8aef98e92c5371000f10b8d6ba7 (diff)
downloadFreeBSD-src-057afceb86e030ad65b0130436860d9a18066186.zip
FreeBSD-src-057afceb86e030ad65b0130436860d9a18066186.tar.gz
Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
Diffstat (limited to 'games/robots/Makefile')
-rw-r--r--games/robots/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile
new file mode 100644
index 0000000..df80d77
--- /dev/null
+++ b/games/robots/Makefile
@@ -0,0 +1,16 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= robots
+CFLAGS+=-DMAX_PER_UID=5
+SRCS= extern.c init_field.c main.c make_level.c move.c move_robs.c \
+ play_level.c query.c rnd_pos.c score.c flush_in.c
+MAN6= robots.6
+DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+HIDEGAME=hidegame
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+ ${DESTDIR}/var/games/robots_roll
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud