diff options
Diffstat (limited to 'www/htmldoc-x11/Makefile')
-rw-r--r-- | www/htmldoc-x11/Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile index fadc949502b..3d27ce16fb0 100644 --- a/www/htmldoc-x11/Makefile +++ b/www/htmldoc-x11/Makefile @@ -1,21 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/06 21:44:43 seb Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/23 23:35:00 jlam Exp $ # -PKGNAME= htmldoc-x11-${HTMLDOC_VERSION} - -COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript (GUI available) +.include "../htmldoc/Makefile.common" -DISTINFO_FILE= ${.CURDIR}/../htmldoc/distinfo -PLIST_SRC= ${.CURDIR}/../htmldoc/PLIST +PKGNAME= htmldoc-x11-${HTMLDOC_VERSION} +COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript (GUI available) -# defined in Makefile.common but x11.buildlink.mk must pick it up -GNU_CONFIGURE= YES +CONFLICTS= htmldoc-[0-9]* +USE_X11= # defined CONFIGURE_ARGS+= --with-gui --with-x -CONFLICTS= htmldoc-[0-9]* +.include "../../x11/fltk/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" -.include "../../x11/fltk/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/x11.buildlink.mk" -.include "../htmldoc/Makefile.common" +.include "../../mk/bsd.pkg.mk" |