summaryrefslogtreecommitdiff
path: root/converters/txt2html/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach@pkgsrc.org>2000-10-20 14:53:08 +0000
committerwennmach <wennmach@pkgsrc.org>2000-10-20 14:53:08 +0000
commitcf5429a838383b495522b85eec07dcd8c3cda4c4 (patch)
treef22aaf73e7458fd1052f15f7d1f51b45a408294a /converters/txt2html/Makefile
parentc3804d9ba743b4dc0d2d78234bb7da783e32d5e1 (diff)
downloadpkgsrc-cf5429a838383b495522b85eec07dcd8c3cda4c4.tar.gz
Initial import of txt2html-1.28, a text to HTML converter written in Perl.
Diffstat (limited to 'converters/txt2html/Makefile')
-rw-r--r--converters/txt2html/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile
new file mode 100644
index 00000000000..a61e6b29a0a
--- /dev/null
+++ b/converters/txt2html/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/20 14:53:08 wennmach Exp $
+
+DISTNAME= txt2html-1.28
+CATEGORIES= converters www
+MASTER_SITES= http://www.aigeek.com/txt2html/
+
+MAINTAINER= wennmach@netbsd.org
+HOMEPAGE= http://www.aigeek.com/txt2html/index.html
+
+NO_BUILD= # defined
+USE_PERL5= # defined
+
+do-configure:
+ ${SED} -e "s:@PREFIX@:${PREFIX}:g" \
+ ${WRKSRC}/txt2html.pl > ${WRKSRC}/txt2html
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/txt2html ${PREFIX}/bin
+ -${MKDIR} ${PREFIX}/share/txt2html
+ ${INSTALL_DATA} ${WRKSRC}/txt2html.dict ${PREFIX}/share/txt2html
+ ${INSTALL_DATA} ${WRKSRC}/sample.foot ${PREFIX}/share/txt2html
+ ${INSTALL_DATA} ${WRKSRC}/sample.html ${PREFIX}/share/txt2html
+ ${INSTALL_DATA} ${WRKSRC}/sample.txt ${PREFIX}/share/txt2html
+
+.include "../../mk/bsd.pkg.mk"