summaryrefslogtreecommitdiff
path: root/www/htmldoc-x11
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-23 23:34:59 +0000
committerjlam <jlam>2002-09-23 23:34:59 +0000
commitb120d50f02712f44d3bc5e1728b50a4b8d4c98ad (patch)
tree0a26af8b9358b084ac649ec83d1acdc5bada7d58 /www/htmldoc-x11
parente16198811673fb27f90e996001a674fe326d2158 (diff)
downloadpkgsrc-b120d50f02712f44d3bc5e1728b50a4b8d4c98ad.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'www/htmldoc-x11')
-rw-r--r--www/htmldoc-x11/Makefile22
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"