diff options
author | grant <grant@pkgsrc.org> | 2002-12-19 11:43:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-19 11:43:20 +0000 |
commit | 74b17624d8d0d72adbd6ad6b4a0d153fa3e22c79 (patch) | |
tree | 893fe6e667867f4aaf4b76d93b6024e7adf229b0 /chat/roxirc/Makefile | |
parent | 90fe7c2e2f8332ebb418cbb59a1e351e2a753706 (diff) | |
download | pkgsrc-74b17624d8d0d72adbd6ad6b4a0d153fa3e22c79.tar.gz |
Initial import of roxirc 1.72 into the NetBSD packages collection.
RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
easy to use, and powerful interface.
the features include:
ircII style /commands, with history
configurable colors for information types
dedicated query windows
dynamic configuration, no need to restart it
notify list
all tcl scripting
nicklist, see who is in the channel without /names
dialogs for banlist, modes, kick/ban, etc
popup menus when you right click on nicks, channels, querys...
auto reconnect to server/rejoin channels when disconnected
URL catcher
Supports bold and underlined text
Netsplit detection
DCC chat and file transfers
Submitted in PR pkg/19446 by Juan RP.
Diffstat (limited to 'chat/roxirc/Makefile')
-rw-r--r-- | chat/roxirc/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/chat/roxirc/Makefile b/chat/roxirc/Makefile new file mode 100644 index 00000000000..2f2a338332e --- /dev/null +++ b/chat/roxirc/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 11:43:20 grant Exp $ +# + +DISTNAME= roxirc-1.72 +CATEGORIES= chat +MASTER_SITES= http://roxirc.lighter.net/download/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://roxirc.lighter.net/ +COMMENT= Graphical IRC client written in tcl/tk + +USE_BUILDLINK2= YES +NO_BUILD= YES +NO_CONFIGURE= YES + +EXAMPLESDIR= ${PREFIX}/share/examples/roxirc + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/roxirc + ${INSTALL_DATA_DIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config + ${INSTALL_DATA} ${WRKSRC}/menus ${EXAMPLESDIR}/menus + ${INSTALL_DATA} ${WRKSRC}/bindings ${EXAMPLESDIR}/bindings + ${INSTALL_DATA} ${WRKSRC}/prefs ${EXAMPLESDIR}/prefs-initial + ${INSTALL_DATA} ${WRKSRC}/startup ${EXAMPLESDIR}/startup + ${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/doc/roxirc/help + +.include "../../x11/tk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |