--- src/games/canfield/canfield/Makefile 2003/06/17 04:25:23 1.2 +++ src/games/canfield/canfield/Makefile 2005/11/19 09:50:30 1.3 @@ -1,13 +1,14 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/games/canfield/canfield/Makefile,v 1.5.2.3 2002/08/07 16:31:41 ru Exp $ -# $DragonFly: src/games/canfield/canfield/Makefile,v 1.1 2003/06/16 03:46:01 dillon Exp $ +# $DragonFly$ PROG= canfield MAN= canfield.6 -DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} -LDADD= -lcurses -ltermcap -lcompat +DPADD= ${LIBCURSES} +LDADD= -lcurses HIDEGAME=hidegame MLINKS= canfield.6 cfscores.6 +WARNS?= 6 beforeinstall: .if !exists(${DESTDIR}/var/games/cfscores)