tkirc - a Tk based IRC client.

Submitted by:	brianfeldman@hotmail.com
This commit is contained in:
Jordan K. Hubbard 1998-01-15 23:26:30 +00:00
parent e6697def26
commit 1e3ee66e9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9345
5 changed files with 38 additions and 0 deletions

23
irc/tkirc/Makefile Normal file
View file

@ -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>

1
irc/tkirc/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (tkirc1.151.tar.gz) = cecd4163ec86a43ad402dfa4a87eb79f

1
irc/tkirc/pkg-comment Normal file
View file

@ -0,0 +1 @@
GUI for the ircII Internet Relay Chat client

7
irc/tkirc/pkg-descr Normal file
View file

@ -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.

6
irc/tkirc/pkg-plist Normal file
View file

@ -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