summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-01-15 23:26:30 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-01-15 23:26:30 +0000
commit1e3ee66e9fd1cb143affbaab6b9a39c0c92c739f (patch)
tree91fe9f222cb907dd2c1248e370f6322afb39ba3f /irc
parentAdd tkirc. (diff)
tkirc - a Tk based IRC client.
Submitted by: brianfeldman@hotmail.com
Notes
Notes: svn path=/head/; revision=9345
Diffstat (limited to 'irc')
-rw-r--r--irc/tkirc/Makefile23
-rw-r--r--irc/tkirc/distinfo1
-rw-r--r--irc/tkirc/pkg-comment1
-rw-r--r--irc/tkirc/pkg-descr7
-rw-r--r--irc/tkirc/pkg-plist6
5 files changed, 38 insertions, 0 deletions
diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile
new file mode 100644
index 000000000000..99cbdcf13313
--- /dev/null
+++ b/irc/tkirc/Makefile
@@ -0,0 +1,23 @@
+DISTNAME= tkirc-1.151
+DISTFILES= tkirc1.151.tar.gz
+WRKSRC= ${WRKDIR}/tkirc
+MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
+
+MAINTAINER= brianfeldman@hotmail.com
+CATEGORIES= net x11
+RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \
+ wish8.0:${PORTSDIR}/x11/tk80
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+STRIP=
+
+do-install:
+ ${INSTALL_PROGRAM} ${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 <bsd.port.mk>
diff --git a/irc/tkirc/distinfo b/irc/tkirc/distinfo
new file mode 100644
index 000000000000..c1828c70c9e7
--- /dev/null
+++ b/irc/tkirc/distinfo
@@ -0,0 +1 @@
+MD5 (tkirc1.151.tar.gz) = cecd4163ec86a43ad402dfa4a87eb79f
diff --git a/irc/tkirc/pkg-comment b/irc/tkirc/pkg-comment
new file mode 100644
index 000000000000..724e7d21e94d
--- /dev/null
+++ b/irc/tkirc/pkg-comment
@@ -0,0 +1 @@
+GUI for the ircII Internet Relay Chat client
diff --git a/irc/tkirc/pkg-descr b/irc/tkirc/pkg-descr
new file mode 100644
index 000000000000..95ebe0d0c3d4
--- /dev/null
+++ b/irc/tkirc/pkg-descr
@@ -0,0 +1,7 @@
+tkirc is a frontend for unix's ircII (shell-client for the Internet
+Relay Chat) based on Tcl/Tk. If you know how to use ircII, you should
+not have any problems to use tkirc after installation.
+
+See /usr/pkg/share/doc/tkirc/README for more information.
+
+Also, copy /usr/pkg/share/doc/tkirc/tkircrc-example to $HOME/.tkircrc.
diff --git a/irc/tkirc/pkg-plist b/irc/tkirc/pkg-plist
new file mode 100644
index 000000000000..5a999c4982d4
--- /dev/null
+++ b/irc/tkirc/pkg-plist
@@ -0,0 +1,6 @@
+bin/tkirc
+share/doc/tkirc/tkircrc-example
+share/doc/tkirc/README
+share/doc/tkirc/CHANGES
+share/doc/tkirc/COPYING
+@dirrm share/doc/tkirc