2014-02-13 00:17:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.24 2014/02/12 23:17:35 tron 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/}
|
2014-02-13 00:17:32 +01:00
|
|
|
PKGREVISION= 5
|
2001-10-15 17:16:23 +02:00
|
|
|
CATEGORIES= chat
|
2008-12-30 02:18:36 +01:00
|
|
|
MASTER_SITES= http://dircproxy.googlecode.com/files/
|
2008-06-17 14:53:54 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz
|
2001-10-15 17:16:23 +02:00
|
|
|
|
2010-03-20 22:32:40 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-12-30 02:18:36 +01:00
|
|
|
HOMEPAGE= http://code.google.com/p/dircproxy/
|
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
|
|
|
|
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-12-30 02:18:36 +01:00
|
|
|
CONFLICTS= dircproxy<=1.1.0
|
2008-06-17 14:53:54 +02:00
|
|
|
|
|
|
|
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"
|