summaryrefslogtreecommitdiff
path: root/www/htmldoc-x11
diff options
context:
space:
mode:
Diffstat (limited to 'www/htmldoc-x11')
-rw-r--r--www/htmldoc-x11/DESCR4
-rw-r--r--www/htmldoc-x11/Makefile21
2 files changed, 25 insertions, 0 deletions
diff --git a/www/htmldoc-x11/DESCR b/www/htmldoc-x11/DESCR
new file mode 100644
index 00000000000..b29672066e8
--- /dev/null
+++ b/www/htmldoc-x11/DESCR
@@ -0,0 +1,4 @@
+HTMLDOC is a program that generates indexed HTML, Adobe(R) PostScriptTM, and
+PDF files from HTML "source" files that you create using your favorite HTML
+editor. HTMLDOC includes a simple GUI interface to manage your HTML files and
+automatically (re)generate files for viewing and printing.
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile
new file mode 100644
index 00000000000..fadc949502b
--- /dev/null
+++ b/www/htmldoc-x11/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/06 21:44:43 seb Exp $
+#
+
+PKGNAME= htmldoc-x11-${HTMLDOC_VERSION}
+
+COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript (GUI available)
+
+DISTINFO_FILE= ${.CURDIR}/../htmldoc/distinfo
+PLIST_SRC= ${.CURDIR}/../htmldoc/PLIST
+
+# defined in Makefile.common but x11.buildlink.mk must pick it up
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-gui --with-x
+
+CONFLICTS= htmldoc-[0-9]*
+
+.include "../../x11/fltk/buildlink.mk"
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../htmldoc/Makefile.common"