summaryrefslogtreecommitdiff
path: root/www/htmlfix/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-01-31 18:07:25 +0000
committerabs <abs@pkgsrc.org>2002-01-31 18:07:25 +0000
commit630731c668222aaf6ed27dd887e7f68a497f7b5e (patch)
treec773ace35637866f0ecf0df2d21d02a0b55152df /www/htmlfix/Makefile
parentd7f8e624030678fe7a344a1e3082df258310f378 (diff)
downloadpkgsrc-630731c668222aaf6ed27dd887e7f68a497f7b5e.tar.gz
Import htmlfix-1.00. Simple perl script to replace latin1 characters with
HTML entities, and/or fixup line endings.
Diffstat (limited to 'www/htmlfix/Makefile')
-rw-r--r--www/htmlfix/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/htmlfix/Makefile b/www/htmlfix/Makefile
new file mode 100644
index 00000000000..225f7d1961e
--- /dev/null
+++ b/www/htmlfix/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 18:07:25 abs Exp $
+#
+
+DISTNAME= htmlfix-1.00
+CATEGORIES= www
+MASTER_SITES= http://www.mono.org/abs/tools/htmlfix/
+
+MAINTAINER= abs@netbsd.org
+COMMENT= Fix latin1 to html entities and/or line endings
+
+DEPENDS+= p5-HTML-FixEntities-[0-9]*:../../www/p5-HTML-FixEntities
+
+USE_PERL5= YES
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${PREFIX}/bin/htmlfix
+ ${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${PREFIX}/man/man1/htmlfix.1
+
+.include "../../mk/bsd.pkg.mk"