head	1.2;
access;
symbols
	HRS_XML_CLEANUP:1.2
	HRS_XML_CLEANUP_PRE:1.2
	EMILYBOYD_REDESIGN:1.2
	PRE_REDESIGN:1.2;
locks; strict;
comment	@# @;


1.2
date	2002.05.20.13.49.27;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.20.12.43.10;	author phantom;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Connect building of ports growth graph to site build process. It'll be
available at http://www.FreeBSD.org/ports/growth/status.png after next
site rebuild. Since gnuplot(1) is used, generation of this graph is
off by default and can be enabled by explicitly set -DWITH_PORTS_GROWTH
make option.

In case if graph building is enabled your copy of ports/index.html will point
to your own version of graph, otherwise link to www.FreeBSD.org will be used.
@
text
@# $FreeBSD: www/en/ports/growth/Makefile,v 1.1 2002/05/20 12:43:10 phantom Exp $
#

TOOLDIR=${.CURDIR}/../../../tools/portsgrowth

all install clean:
	cd ${TOOLDIR}; \
		 ${MAKE} ${MAKEFLAGS} ${.TARGETS}

@


1.1
log
@Add Makefile wrapper to build ports growth graph as part of web site build
process
@
text
@d1 1
a1 1
# $FreeBSD$
d6 3
a8 2
all clean install:
	(cd ${TOOLDIR} && make ${.TARGET})
@

