diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-12 01:32:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-12 01:32:30 +0000 |
commit | 42db5f48bd77f3f2ecb1df8e8e7e45c0575e396d (patch) | |
tree | ba898bf3deecb0be7d54038dc96c0893cf05f2f9 /chat | |
parent | e78c77c4eda6de48a6a4ff45084f83d8931a6b3f (diff) | |
download | pkgsrc-42db5f48bd77f3f2ecb1df8e8e7e45c0575e396d.tar.gz |
Switch to Tk 8.4 and enable pkgviews installation.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/tkirc/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chat/tkirc/Makefile b/chat/tkirc/Makefile index 5b7c9dbb25e..75f79f81ea4 100644 --- a/chat/tkirc/Makefile +++ b/chat/tkirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/12 01:32:30 minskim Exp $ DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 @@ -10,13 +10,17 @@ HOMEPAGE= http://netsplit.de/tkirc1/ COMMENT= GUI for the ircII Internet Relay Chat client DEPENDS+= ircII-[0-9]*:../../chat/ircII -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.3.2:../../x11/tk + +PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/tkirc -USE_X11= yes +NO_BUILDLINK= yes NO_CONFIGURE= yes NO_BUILD= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkirc |