2007-10-13 21:41:23 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2007/10/13 19:41:23 adrianp Exp $
|
2005-04-03 16:18:01 +02:00
|
|
|
|
2007-10-13 21:41:23 +02:00
|
|
|
DISTNAME= dircproxy-1.2.0-beta2
|
|
|
|
PKGNAME= ${DISTNAME:S/-beta/beta/}
|
2005-04-03 16:18:01 +02:00
|
|
|
CATEGORIES= chat
|
2006-02-19 16:47:35 +01:00
|
|
|
MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/
|
|
|
|
EXTRACT_SUFX= .tar.bz
|
2005-04-03 16:18:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
|
|
HOMEPAGE= http://dircproxy.securiweb.net/
|
2006-02-19 16:47:35 +01:00
|
|
|
COMMENT= Detachable internet relay chat proxy server (devel version)
|
2005-04-03 16:18:01 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2005-07-16 03:19:06 +02:00
|
|
|
USE_TOOLS+= perl:run
|
2005-04-03 16:18:01 +02:00
|
|
|
|
2006-02-19 16:47:35 +01:00
|
|
|
.include "options.mk"
|
2005-04-03 16:18:01 +02:00
|
|
|
|
2006-02-19 16:47:35 +01:00
|
|
|
CONFLICTS= dircproxy-1.[0-1].[0-9]*
|
|
|
|
|
|
|
|
REPLACE_PERL+= contrib/log.pl contrib/privmsg-log.pl
|
2005-04-03 16:18:01 +02:00
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2005-04-03 16:18:01 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dircproxy
|
2006-02-19 16:47:35 +01:00
|
|
|
CONF_FILES= ${EGDIR:Q}/dircproxyrc.sample \
|
|
|
|
${PKG_SYSCONFDIR:Q}/dircproxyrc
|
2005-04-03 16:18:01 +02:00
|
|
|
RCD_SCRIPTS= dircproxy
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|