pkgsrc/chat/bitchbot/Makefile
minskim e81ce78f02 Import bitchbot from pkgsrc-wip. Packaged by Adrian Portelli.
Bitchbot is a GPL'ed perl-based IRC bot coded mainly for #gloom on
irc.edgeirc.net.  The bot has a wide variety of useful and useless
features, to name a few:

* factoids (bits of information about things)
* Game server query support for all popular FPS titles
  (using qstat, www.qstat.org)
* Message system for leaving short notes for people who are offline.
* Configurable access list to allow users to manipulate certain features.
* Channel operator commands
  (limited use; bitchbot wasn't designed to be a chanbot)
* Last seen nickname to find out when a user was last on the channel.
* Vote and poll on user defined topics.
* Channel statistics (if your server can handle the horrible memory leaks)
* Support for the cyborgizer and techifier toys from www.brunching.com.
* A ton of other stuff you'll find from looking at the command reference.
2004-05-17 09:27:57 +00:00

36 lines
955 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/17 09:27:57 minskim Exp $
DISTNAME= bitchbot-1.0.2
CATEGORIES= chat
MASTER_SITES= http://www.r1ch.net/projects/bitchbot/download/
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://www.r1ch.net/projects/bitchbot/
COMMENT= Bitchbot is a perl-based IRC bot
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PERL5= YES
USE_PKGINSTALL= YES
NO_BUILDLINK= YES
REPLACE_PERL= bitch.pl genstats.pl
CONF_FILES= ${PREFIX}/share/examples/bitch/bitch.conf.template \
${PKG_SYSCONFDIR}/bitch.conf
INSTALLATION_DIRS= bin
do-build:
@${SED} -e 's#@PKG_SYSCONFDIR@#${PKG_SYSCONFDIR}#g' \
< ${WRKSRC}/bitch.pl > ${WRKSRC}/bitch;
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bitch
${INSTALL_SCRIPT} ${WRKSRC}/bitch ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/genstats.pl ${PREFIX}/bin/genstats
${INSTALL_DATA} ${WRKSRC}/bitch.conf.template \
${PREFIX}/share/examples/bitch
.include "../../mk/bsd.pkg.mk"