Bring in OpenBSD's tetris(6).
[dragonfly.git] / games / tetris / Makefile
1 #       $OpenBSD: Makefile,v 1.8 2015/11/17 15:27:24 tedu Exp $
2
3 PROG=   tetris
4 SRCS=   input.c screen.c shapes.c scores.c tetris.c
5 MAN=    tetris.6
6 DPADD=  ${LIBNCURSES}
7 LDADD=  -lprivate_ncurses
8
9 CFLAGS+=        -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
10 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
11
12 .include <bsd.prog.mk>