diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-23 23:34:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-23 23:34:59 +0000 |
commit | f2c0e2bffd443772f38eacd6eb89951e00b3bd62 (patch) | |
tree | 0a26af8b9358b084ac649ec83d1acdc5bada7d58 /www/htmldoc-x11 | |
parent | caade430d2e26c88f6491f2c4de76e85f8c9d5a4 (diff) | |
download | pkgsrc-f2c0e2bffd443772f38eacd6eb89951e00b3bd62.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'www/htmldoc-x11')
-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" |