head	1.5;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.14.1
	RELENG_4_11:1.2.14.1.0.16
	RELENG_4_11_BP:1.2.14.1
	RELENG_4_10_0_RELEASE:1.2.14.1
	RELENG_4_10:1.2.14.1.0.14
	RELENG_4_10_BP:1.2.14.1
	RELENG_4_9_0_RELEASE:1.2.14.1
	RELENG_4_9:1.2.14.1.0.12
	RELENG_4_9_BP:1.2.14.1
	RELENG_4_8_0_RELEASE:1.2.14.1
	RELENG_4_8:1.2.14.1.0.10
	RELENG_4_8_BP:1.2.14.1
	RELENG_4_7_0_RELEASE:1.2.14.1
	RELENG_4_7:1.2.14.1.0.8
	RELENG_4_7_BP:1.2.14.1
	RELENG_4_6_2_RELEASE:1.2.14.1
	RELENG_4_6_1_RELEASE:1.2.14.1
	RELENG_4_6_0_RELEASE:1.2.14.1
	RELENG_4_6:1.2.14.1.0.6
	RELENG_4_6_BP:1.2.14.1
	RELENG_4_5_0_RELEASE:1.2.14.1
	RELENG_4_5:1.2.14.1.0.4
	RELENG_4_5_BP:1.2.14.1
	RELENG_4_4_0_RELEASE:1.2.14.1
	RELENG_4_4:1.2.14.1.0.2
	RELENG_4_4_BP:1.2.14.1
	RELENG_4_3_0_RELEASE:1.2
	RELENG_4_3:1.2.0.16
	RELENG_4_3_BP:1.2
	RELENG_4_2_0_RELEASE:1.2
	RELENG_4_1_1_RELEASE:1.2
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.2
	RELENG_3_5_0_RELEASE:1.2
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.14
	RELENG_4_BP:1.2
	RELENG_3_4_0_RELEASE:1.2
	RELENG_3_3_0_RELEASE:1.2
	RELENG_3_2_PAO:1.2.0.12
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.10
	RELENG_3_BP:1.2
	RELENG_2_2_8_RELEASE:1.2
	RELENG_3_0_0_RELEASE:1.2
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.8
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	games:1.1.1.1;
locks; strict;
comment	@# @;


1.5
date	2002.10.21.07.40.08;	author markm;	state dead;
branches;
next	1.4;

1.4
date	2001.03.26.14.20.54;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.20.18.08.33;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	94.09.11.21.31.35;	author rgrimes;	state Exp;
branches
	1.2.14.1;
next	1.1;

1.1
date	94.09.04.04.02.25;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.2.14.1
date	2001.04.25.09.28.44;	author ru;	state Exp;
branches;
next	1.2.14.2;

1.2.14.2
date	2012.11.17.07.22.40;	author svnexp;	state Exp;
branches;
next	;

1.1.1.1
date	94.09.04.04.02.26;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Deorbit complete. We dont build these anymore, so into the attic they go.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: src/games/backgammon/backgammon/Makefile,v 1.4 2001/03/26 14:20:54 ru Exp $

PROG=	backgammon
CFLAGS+=-DV7 -I${.CURDIR}/../common_source
SRCS=	allow.c board.c check.c extra.c fancy.c init.c main.c move.c \
	odds.c one.c save.c subs.c table.c text.c version.c
MAN=	backgammon.6
DPADD=	${LIBTERMCAP} ${LIBCOMPAT}
LDADD=	-ltermcap -lcompat
.PATH:	${.CURDIR}/../common_source
HIDEGAME=hidegame

.include "../../Makefile.inc"
.include <bsd.prog.mk>
@


1.4
log
@- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD: src/games/backgammon/backgammon/Makefile,v 1.3 2001/03/20 18:08:33 ru Exp $
@


1.3
log
@Set the default manual section for games/ to 6.
@
text
@d2 1
a2 1
# $FreeBSD$
d8 1
@


1.2
log
@Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
@
text
@d2 1
a7 1
MAN6=	backgammon.6
@


1.2.14.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@a1 1
# $FreeBSD$
d7 1
a7 1
MAN=	backgammon.6
@


1.2.14.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/games/backgammon/backgammon/Makefile 75948 2001-04-25 09:36:09Z ru $
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
DPADD=	${LIBTERM} ${LIBCOMPAT}
@


1.1.1.1
log
@Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games.  I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way.  Bleah.
Submitted by:	jkh
@
text
@@
