xref: /dragonfly/games/canfield/canfield/Makefile (revision 49781055)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/games/canfield/canfield/Makefile,v 1.5.2.3 2002/08/07 16:31:41 ru Exp $
3# $DragonFly: src/games/canfield/canfield/Makefile,v 1.3 2005/11/19 09:50:30 swildner Exp $
4
5PROG=	canfield
6MAN=	canfield.6
7DPADD=	${LIBCURSES}
8LDADD=	-lcurses
9HIDEGAME=hidegame
10MLINKS=	canfield.6 cfscores.6
11WARNS?=	6
12
13beforeinstall:
14.if !exists(${DESTDIR}/var/games/cfscores)
15	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
16	    ${DESTDIR}/var/games/cfscores
17.endif
18
19.include "../../Makefile.inc"
20.include <bsd.prog.mk>
21