NetBSD/games/cgram/Makefile
dholland 0e7c031ea9 Add a curses gizmo for solving Sunday-paper-type cryptograms based on
substitution ciphers. It gets the cleartext from fortune. I wrote this
some years ago for my own amusement; a couple people have suggested
that I should import it.

Approved only by groo, so I'm going to wait a couple days to hook it
to the build in case anyone demands it be removed again...
2013-08-04 05:42:47 +00:00

11 lines
200 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/08/04 05:42:47 dholland Exp $
PROG=cgram
DPADD=${LIBCURSES} ${LIBTERMINFO}
LDADD=-lcurses -lterminfo
SRCS=cgram.c
MAN=cgram.6
HIDEGAME=hidegame
.include <bsd.prog.mk>