26 lines
693 B
Makefile
26 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.14 2007/11/18 10:30:42 wiz Exp $
|
|
|
|
DISTNAME= dircproxy-1.0.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ftp://ftp.netsplit.com/pub/dircproxy/stable/ \
|
|
http://dircproxy.securiweb.net/pub/1.0/
|
|
|
|
MAINTAINER= sb125499@ohiou.edu
|
|
HOMEPAGE= http://dircproxy.securiweb.net/
|
|
COMMENT= Detachable internet relay chat proxy server
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= perl:run
|
|
|
|
CONFLICTS= dircproxy-1.1.[0-9]*
|
|
|
|
REPLACE_PERL= contrib/log.pl contrib/privmsg-log.pl
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dircproxy
|
|
CONF_FILES= ${EGDIR}/dircproxyrc ${PKG_SYSCONFDIR}/dircproxyrc
|
|
RCD_SCRIPTS= dircproxy
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|