From a4dd5d619eed54f51d3907b071b74396405e3028 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 28 Mar 2000 17:13:34 +0000 Subject: Import "tidy" from FreeBSD ports collection: Fixes and tidies up HTML files --- www/tidy/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 www/tidy/Makefile (limited to 'www/tidy/Makefile') diff --git a/www/tidy/Makefile b/www/tidy/Makefile new file mode 100644 index 00000000000..c974e7d23c4 --- /dev/null +++ b/www/tidy/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: tidy +# Version required: 0.10.99.1 +# Date created: 27 Oct 1998 +# Whom: Abel Chow +# +# $FreeBSD: ports/www/tidy/Makefile,v 1.15 2000/02/16 00:08:36 mharo Exp $ +# + +DISTNAME= tidy30nov99 +PKGNAME= tidy-0.11.99.2 +CATEGORIES= www +MASTER_SITES= http://www.w3.org/People/Raggett/ +EXTRACT_SUFX= .tgz + +MAINTAINER= saken@hotel.rmta.org + +MAN1= tidy.1 + +ALL_TARGET= tidy + +DOCFILES= Overview.html tidy.gif release-notes.html grid.gif + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy + @${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1 +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" + @${MKDIR} ${PREFIX}/share/doc/tidy +.for docfile in ${DOCFILES} + @${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy +.endfor +.endif + +.include -- cgit v1.2.3