mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
23
irc/tkirc/Makefile
Normal 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
1
irc/tkirc/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (tkirc1.151.tar.gz) = cecd4163ec86a43ad402dfa4a87eb79f
|
1
irc/tkirc/pkg-comment
Normal file
1
irc/tkirc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
GUI for the ircII Internet Relay Chat client
|
7
irc/tkirc/pkg-descr
Normal file
7
irc/tkirc/pkg-descr
Normal 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
6
irc/tkirc/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue