2008-07-27 11:39:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2008/07/27 09:39:29 obache Exp $
|
2001-10-15 17:16:23 +02:00
|
|
|
|
2008-06-17 14:53:54 +02:00
|
|
|
DISTNAME= dircproxy-1.2.0-beta2
|
|
|
|
PKGNAME= ${DISTNAME:S/-beta/beta/}
|
|
|
|
PKGREVISION= 1
|
2001-10-15 17:16:23 +02:00
|
|
|
CATEGORIES= chat
|
2008-07-27 11:39:29 +02:00
|
|
|
MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/
|
2008-06-17 14:53:54 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz
|
2001-10-15 17:16:23 +02:00
|
|
|
|
2008-06-17 14:53:54 +02:00
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
2005-01-03 01:00:21 +01:00
|
|
|
HOMEPAGE= http://dircproxy.securiweb.net/
|
2008-06-17 14:53:54 +02:00
|
|
|
COMMENT= Detachable internet relay chat proxy server (devel version)
|
2001-10-15 17:16:23 +02:00
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2003-06-02 17:20:06 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2005-07-16 03:19:06 +02:00
|
|
|
USE_TOOLS+= perl:run
|
2003-06-02 17:20:06 +02:00
|
|
|
|
2008-06-17 14:53:54 +02:00
|
|
|
.include "options.mk"
|
2005-04-03 16:11:25 +02:00
|
|
|
|
2008-06-17 14:53:54 +02:00
|
|
|
CONFLICTS= dircproxy-1.[0-1].[0-9]*
|
|
|
|
|
|
|
|
REPLACE_PERL+= contrib/log.pl contrib/privmsg-log.pl
|
2003-06-02 17:20:06 +02:00
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2003-06-02 17:20:06 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dircproxy
|
2008-06-17 14:53:54 +02:00
|
|
|
CONF_FILES= ${EGDIR:Q}/dircproxyrc.sample \
|
|
|
|
${PKG_SYSCONFDIR:Q}/dircproxyrc
|
2003-06-02 17:20:06 +02:00
|
|
|
RCD_SCRIPTS= dircproxy
|
2001-10-15 17:16:23 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|