head	1.7;
access;
symbols
	RELENG_6_4_0_RELEASE:1.6.20.1
	RELENG_6_4:1.6.0.20
	RELENG_6_4_BP:1.6
	RELENG_6_3_0_RELEASE:1.6
	RELENG_6_3:1.6.0.18
	RELENG_6_3_BP:1.6
	RELENG_6_2_0_RELEASE:1.6
	RELENG_6_2:1.6.0.16
	RELENG_6_2_BP:1.6
	RELENG_5_5_0_RELEASE:1.6
	RELENG_5_5:1.6.0.14
	RELENG_5_5_BP:1.6
	RELENG_6_1_0_RELEASE:1.6
	RELENG_6_1:1.6.0.12
	RELENG_6_1_BP:1.6
	RELENG_6_0_0_RELEASE:1.6
	RELENG_6_0:1.6.0.10
	RELENG_6_0_BP:1.6
	RELENG_6:1.6.0.8
	RELENG_6_BP:1.6
	RELENG_5_4_0_RELEASE:1.6
	RELENG_5_4:1.6.0.6
	RELENG_5_4_BP:1.6
	RELENG_5_3_0_RELEASE:1.6
	RELENG_5_3:1.6.0.4
	RELENG_5_3_BP:1.6
	RELENG_5:1.6.0.2
	RELENG_5_BP:1.6
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.2
	RELENG_5_2_BP:1.3
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.2
	RELENG_5_1_BP:1.2;
locks; strict;
comment	@# @;


1.7
date	2006.05.30.14.31.09;	author des;	state dead;
branches;
next	1.6;

1.6
date	2004.01.25.19.11.43;	author des;	state Exp;
branches
	1.6.8.1
	1.6.20.1;
next	1.5;

1.5
date	2004.01.11.19.05.48;	author des;	state Exp;
branches;
next	1.4;

1.4
date	2004.01.11.19.00.03;	author des;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.01.07.55.13;	author des;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.17.14.15.59;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.15.10.48.50;	author des;	state Exp;
branches;
next	;

1.6.8.1
date	2012.11.17.07.45.31;	author svnexp;	state Exp;
branches;
next	;

1.6.20.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.7
log
@The tinderbox has moved to projcvs.
@
text
@# $FreeBSD: src/tools/tools/tinderbox/www/Makefile,v 1.6 2004/01/25 19:11:43 des Exp $

CGI		 = index.cgi
DATA		 = tb.css
IMAGES		 = daemon.png valid-css.png valid-xhtml10.png
CLEANFILES	+= ${IMAGES}
WWWDIR		?= ${HOME}/public_html
WWWOWN		?= ${USER}
WWWGRP		?= ${USER}

all: ${IMAGES}

realinstall:
	${INSTALL} -m0755 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${CGI} ${WWWDIR}
.for _data in ${DATA}
	${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${_data} ${WWWDIR}
.endfor
.for _image in ${IMAGES}
	${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${_image} ${WWWDIR}
.endfor

${IMAGES}: ${.TARGET}.uu
	uudecode ${.ALLSRC}

.include <bsd.prog.mk>
@


1.6
log
@Fix the case where .OBJDIR != .CURDIR.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6.8.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/tools/tools/tinderbox/www/Makefile 124983 2004-01-25 19:11:43Z des $
@


1.6.20.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.5
log
@Add ${IMAGES} to CLEANFILES.
@
text
@d15 5
a19 2
.for FILE in ${DATA} ${IMAGES}
	${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${FILE} ${WWWDIR}
@


1.4
log
@Store binary files in uuencoded form.
@
text
@d6 1
@


1.3
log
@Use PNG instead of GIF; add WWWOWN and WWWGRP variables to the Makefile;
add a shortcut icon.
@
text
@d4 2
a5 1
DATA		 = tb.css daemon.png valid-css.png valid-xhtml10.png
d10 2
d14 1
a14 1
.for FILE in ${DATA}
d17 3
@


1.2
log
@Make sure realinstall works when ${.OBJDIR} != ${.CURDIR}.
@
text
@d4 1
a4 1
DATA		 = tb.css valid-css.gif valid-xhtml10.png
d6 2
d10 1
a10 1
	${INSTALL} -m 0755 ${.CURDIR}/${CGI} ${WWWDIR}
d12 1
a12 1
	${INSTALL} -m 0644 ${.CURDIR}/${FILE} ${WWWDIR}
@


1.1
log
@Add a Makefile for the web bits.
@
text
@d8 4
a11 2
	${INSTALL} -m 0755 ${CGI} ${WWWDIR}
	${INSTALL} -m 0644 ${DATA} ${WWWDIR}
@

