summaryrefslogtreecommitdiff
path: root/chat/tkirc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
committerwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
commitae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch)
tree9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/tkirc/Makefile
parent5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff)
downloadpkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/tkirc/Makefile')
-rw-r--r--chat/tkirc/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/chat/tkirc/Makefile b/chat/tkirc/Makefile
new file mode 100644
index 00000000000..0617e411e36
--- /dev/null
+++ b/chat/tkirc/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:25 wiz Exp $
+
+DISTNAME= tkirc1.202
+PKGNAME= tkirc-1.202
+CATEGORIES= chat x11
+MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.north.de/~atte/tkirc/
+
+DEPENDS+= ircII-*:../../chat/ircII
+DEPENDS+= tk>=8.3.2:../../x11/tk
+
+USE_X11= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/tkirc
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/tkircrc-example ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tkirc
+
+.include "../../mk/bsd.pkg.mk"