summaryrefslogtreecommitdiff
path: root/www/html2wml/Makefile
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-03-21 03:32:59 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-03-21 03:32:59 +0000
commit0f569157160a24f1879399f2664fbc729d2b0ad7 (patch)
tree97e41c5ac8402baa0d509477ebed562bce5286e9 /www/html2wml/Makefile
parentUpgrade to 2.13. (diff)
Add html2wml 0.4.0, a Perl program that converts HTML pages to WML decks.
PR: 24333 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Notes
Notes: svn path=/head/; revision=40140
Diffstat (limited to 'www/html2wml/Makefile')
-rw-r--r--www/html2wml/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile
new file mode 100644
index 000000000000..5b0b706d9e6b
--- /dev/null
+++ b/www/html2wml/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: html2wml
+# Date created: 15 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= html2wml
+PORTVERSION= 0.4.0
+CATEGORIES= www
+MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
+ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
+USE_PERL5= yes
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+MAN1= html2wml.1
+
+do-build:
+ cd ${BUILD_WRKSRC}/doc; \
+ ${LN} -sf readme.pod html2wml.pod; \
+ pod2man --center="Html2Wml Documentation" \
+ --release=0.4.0 html2wml.pod > html2wml.man
+
+checkconfig:
+ @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} default
+
+.include <bsd.port.mk>