7bf3429110
set "no". Bump package revision because of this fix.
30 lines
762 B
Makefile
30 lines
762 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/04/28 13:23:25 tron Exp $
|
|
|
|
DISTNAME= dircproxy-1.2.0-beta
|
|
PKGNAME= ${DISTNAME:S/-beta//}
|
|
PKGREVISION= 2
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/
|
|
EXTRACT_SUFX= .tar.bz
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://dircproxy.securiweb.net/
|
|
COMMENT= Detachable internet relay chat proxy server (devel version)
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= perl:run
|
|
|
|
.include "options.mk"
|
|
|
|
CONFLICTS= dircproxy-1.[0-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:Q}/dircproxyrc.sample \
|
|
${PKG_SYSCONFDIR:Q}/dircproxyrc
|
|
RCD_SCRIPTS= dircproxy
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|