summaryrefslogtreecommitdiff
path: root/www/tidy/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-03-28 17:13:34 +0000
committertron <tron>2000-03-28 17:13:34 +0000
commita4dd5d619eed54f51d3907b071b74396405e3028 (patch)
tree8d02cef00f9308208f7afeac59ebad7bb9b4c2cf /www/tidy/Makefile
parentaae6180f12cc623201cd9384bd3cdb88ce2159c6 (diff)
downloadpkgsrc-a4dd5d619eed54f51d3907b071b74396405e3028.tar.gz
Import "tidy" from FreeBSD ports collection:
Fixes and tidies up HTML files
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r--www/tidy/Makefile34
1 files changed, 34 insertions, 0 deletions
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 <achow@transoft.net>
+#
+# $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 <bsd.port.mk>