diff options
author | seb <seb@pkgsrc.org> | 2002-05-06 21:44:43 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-06 21:44:43 +0000 |
commit | 3e2d32ca0d3541195ccde1413a79b46d16f8d15d (patch) | |
tree | 8f9be784157c305f98d19b87163e4654738878f7 /www/htmldoc-x11 | |
parent | fbdadc9472e9e7df90f4d20148dd3488aaf45a8d (diff) | |
download | pkgsrc-3e2d32ca0d3541195ccde1413a79b46d16f8d15d.tar.gz |
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 <collver@linuxfreemail.com>.
Diffstat (limited to 'www/htmldoc-x11')
-rw-r--r-- | www/htmldoc-x11/DESCR | 4 | ||||
-rw-r--r-- | www/htmldoc-x11/Makefile | 21 |
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" |