2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.32 2019/08/11 13:18:02 wiz 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/}
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 11
|
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
|
2017-08-01 18:57:47 +02:00
|
|
|
HOMEPAGE= https://github.com/w8tvi/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
|
|
|
|
2018-01-14 00:18:25 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2003-06-02 17:20:06 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dircproxy
|
2018-01-14 00:18:25 +01:00
|
|
|
CONF_FILES= ${EGDIR}/dircproxyrc.sample \
|
|
|
|
${PKG_SYSCONFDIR}/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"
|