pkgsrc/chat/dircproxy/Makefile
jmmv 238444b6af Update to 1.0.5; some of the changes:
* New 'pid_file', 'allow_users' and 'allow_kill' config directives.
* New -p command line parameter (adjusts pid_file).
* Included contrib scripts, cronchk.sh and privmsg-log.pl
* New 'server_keepalive' config directive.
* Bug fixes.

Changes in the package:
* We need perl to run some of the installed scripts.
* Provide a rc.d script to run the daemon.
* Honour PKG_SYSCONFDIR.

Closes PR pkg/21644 by Juan RP.
2003-06-02 15:20:06 +00:00

24 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/06/02 15:20:06 jmmv Exp $
DISTNAME= dircproxy-1.0.5
CATEGORIES= chat
MASTER_SITES= http://www.dircproxy.net/download/stable/
MAINTAINER= sb125499@ohiou.edu
HOMEPAGE= http://www.dircproxy.net/
COMMENT= Detachable internet relay chat proxy server
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PERL5= YES
USE_PKGINSTALL= YES
REPLACE_PERL= ${WRKSRC}/contrib/log.pl ${WRKSRC}/contrib/privmsg.pl
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/dircproxy
CONF_FILES= ${EGDIR}/dircproxyrc ${PKG_SYSCONFDIR}/dircproxyrc
RCD_SCRIPTS= dircproxy
.include "../../mk/bsd.pkg.mk"