aboutsummaryrefslogtreecommitdiff
path: root/www/html2hdml/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-27 05:54:43 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-27 05:54:43 +0000
commit185eaefa6a6774f1656067ef187a146caa178176 (patch)
tree8b49ed0da0ba3ad7d7dfeef2f41870496c24bce2 /www/html2hdml/Makefile
parent1097f728c6c2bfd5a52458d5b2b714ba169549c6 (diff)
downloadports-185eaefa6a6774f1656067ef187a146caa178176.tar.gz
ports-185eaefa6a6774f1656067ef187a146caa178176.zip
Add html2hdml, an i-mode HTML to EZweb HDML converter.
Notes
Notes: svn path=/head/; revision=76553
Diffstat (limited to 'www/html2hdml/Makefile')
-rw-r--r--www/html2hdml/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/html2hdml/Makefile b/www/html2hdml/Makefile
new file mode 100644
index 000000000000..6ad05fc95486
--- /dev/null
+++ b/www/html2hdml/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: html2hdml
+# Date created: 27 February 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= html2hdml
+PORTVERSION= 1.0.2
+CATEGORIES= www textproc
+MASTER_SITES= http://downloads.sourceforge.jp/html2hdml/2459/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= An i-mode HTML to EZweb HDML converter
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>