From 3e2d32ca0d3541195ccde1413a79b46d16f8d15d Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 6 May 2002 21:44:43 +0000 Subject: Initial import of htmldoc-x11, version 1.8.19, into the NetBSD Packages Collection. This package is the same as www/htmldoc, the only difference is whether or not the X11 GUI is provided. This address part of the PR pkg/14557 by . --- www/htmldoc-x11/DESCR | 4 ++++ www/htmldoc-x11/Makefile | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 www/htmldoc-x11/DESCR create mode 100644 www/htmldoc-x11/Makefile (limited to 'www/htmldoc-x11') 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" -- cgit v1.2.3