diff options
Diffstat (limited to 'www/htmldoc-x11')
-rw-r--r-- | www/htmldoc-x11/DESCR | 8 | ||||
-rw-r--r-- | www/htmldoc-x11/Makefile | 20 |
2 files changed, 13 insertions, 15 deletions
diff --git a/www/htmldoc-x11/DESCR b/www/htmldoc-x11/DESCR index 8b9510da39d..f0c15b51103 100644 --- a/www/htmldoc-x11/DESCR +++ b/www/htmldoc-x11/DESCR @@ -1,4 +1,6 @@ -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 +HTMLDOC is a program that generates indexed HTML, PostScript, 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 index befd50d2dbd..d2d30f70408 100644 --- a/www/htmldoc-x11/Makefile +++ b/www/htmldoc-x11/Makefile @@ -1,17 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2008/01/18 05:09:50 tnn Exp $ -# +# $NetBSD: Makefile,v 1.13 2008/04/22 16:24:31 jlam Exp $ -.include "../../www/htmldoc/Makefile.common" +PKGNAME= ${PKGNAME_BASE:S/-/-x11-/} -PKGNAME= htmldoc-x11-${HTMLDOC_VERSION} -PKGREVISION= 6 -COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript (GUI available) +FILESDIR= ${.CURDIR}/../../www/htmldoc/files +PATCHDIR= ${.CURDIR}/../../www/htmldoc/patches +PKGDIR= ${.CURDIR}/../../www/htmldoc -CONFLICTS= htmldoc-[0-9]* +DESCR_SRC= ${.CURDIR}/DESCR -CONFIGURE_ARGS+= --with-gui --with-x +PKG_OPTIONS.htmldoc+= htmldoc-gui -.include "../../x11/fltk/buildlink3.mk" -.include "../../x11/libXpm/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" +.include "../../www/htmldoc/Makefile" |