xref: /dragonfly/games/canfield/canfield/Makefile (revision 279dd846)
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.4 2006/10/08 16:22:35 pavalos Exp $
4
5PROG=	canfield
6MAN=	canfield.6
7DPADD=	${LIBCURSES}
8LDADD=	-lcurses
9HIDEGAME=hidegame
10MLINKS=	canfield.6 cfscores.6
11
12beforeinstall:
13.if !exists(${DESTDIR}/var/games/cfscores)
14	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
15	    ${DESTDIR}/var/games/cfscores
16.endif
17
18.include "../../Makefile.inc"
19.include <bsd.prog.mk>
20