2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:04 jlam Exp $
|
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.
2002-12-19 12:43:20 +01:00
|
|
|
#
|
|
|
|
|
2003-01-31 02:24:33 +01:00
|
|
|
DISTNAME= roxirc-1.8
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
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.
2002-12-19 12:43:20 +01:00
|
|
|
CATEGORIES= chat
|
|
|
|
MASTER_SITES= http://roxirc.lighter.net/download/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
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.
2002-12-19 12:43:20 +01:00
|
|
|
HOMEPAGE= http://roxirc.lighter.net/
|
|
|
|
COMMENT= Graphical IRC client written in tcl/tk
|
|
|
|
|
2004-03-12 06:46:21 +01:00
|
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
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.
2002-12-19 12:43:20 +01:00
|
|
|
NO_BUILD= YES
|
|
|
|
NO_CONFIGURE= YES
|
|
|
|
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/roxirc
|
|
|
|
|
2004-03-12 06:46:21 +01:00
|
|
|
SUBST_CLASSES+= paths
|
|
|
|
SUBST_MESSAGE.paths= "Fixing hardcoded command names."
|
|
|
|
SUBST_STAGE.paths= post-patch
|
|
|
|
SUBST_FILES.paths= roxirc
|
|
|
|
SUBST_SED.paths= -e 's,wish8.3,wish,g'
|
|
|
|
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
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.
2002-12-19 12:43:20 +01:00
|
|
|
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 "../../mk/bsd.pkg.mk"
|