MFC: following 2 commits:
[dragonfly.git] / games / canfield / canfield / Makefile
bloba7b21518ea5a5483116074dfcb67b950494734a3
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 $
5 PROG= canfield
6 MAN= canfield.6
7 DPADD= ${LIBCURSES}
8 LDADD= -lcurses
9 HIDEGAME=hidegame
10 MLINKS= canfield.6 cfscores.6
12 beforeinstall:
13 .if !exists(${DESTDIR}/var/games/cfscores)
14 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
15 ${DESTDIR}/var/games/cfscores
16 .endif
18 .include "../../Makefile.inc"
19 .include <bsd.prog.mk>