From 9c34aafdfd9b18bddac286f48426016d27c243cb Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 12 Mar 2004 05:46:21 +0000 Subject: Switch to Tk 8.4 and enable pkgviews installation. Also use DEPENDS instead of including buildlink2.mk because this package does not build anything. --- chat/roxirc/Makefile | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'chat/roxirc/Makefile') diff --git a/chat/roxirc/Makefile b/chat/roxirc/Makefile index 7078d3e9110..7f3659fa2b3 100644 --- a/chat/roxirc/Makefile +++ b/chat/roxirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/12 05:46:21 minskim Exp $ # DISTNAME= roxirc-1.8 @@ -9,12 +9,24 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://roxirc.lighter.net/ COMMENT= Graphical IRC client written in tcl/tk -USE_BUILDLINK2= YES +DEPENDS+= tk-[0-9]*:../../x11/tk + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +NO_BUILDLINK= YES NO_BUILD= YES NO_CONFIGURE= YES EXAMPLESDIR= ${PREFIX}/share/examples/roxirc +SUBST_CLASSES+= paths +SUBST_MESSAGE.paths= "Fixing hardcoded command names." +SUBST_STAGE.paths= post-patch +SUBST_FILES.paths= roxirc +SUBST_SED.paths= -e 's,wish8.3,wish,g' + +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/roxirc @@ -26,5 +38,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/startup ${EXAMPLESDIR}/startup ${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/doc/roxirc/help -.include "../../x11/tk83/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3