aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/info2html/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-10-10 13:37:50 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-10-10 13:37:50 +0000
commit17d4c286bca5414ec585d5e04f85bb9d0b0f3413 (patch)
tree988d0f7f2c4dcb31eefcfe67623193740398f976 /textproc/info2html/Makefile
parent27073a4246d88ea5a16865d3f1db2952e1f1125d (diff)
Translate GNU info files into HTML pages, one page per node.
Menus, Notes, and Up/Next/Prev pointers are translated into links. Other text is left as-is in <PRE></PRE> tags.
Diffstat (limited to 'textproc/info2html/Makefile')
-rw-r--r--textproc/info2html/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile
new file mode 100644
index 000000000000..8c9a511eff5a
--- /dev/null
+++ b/textproc/info2html/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: info2html
+# Version required: 1.1
+# Date created: 9 October 1997
+# Whom: wosch
+#
+# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $
+#
+
+DISTNAME= info2html-1.1
+CATEGORIES= textproc
+MASTER_SITES= http://www.freebsd.org/~wosch/src/
+
+MAINTAINER= wosch@FreeBSD.org
+
+.include <bsd.port.mk>