pkgsrc/chat/dircproxy/Makefile

31 lines
761 B
Makefile
Raw Normal View History

2019-08-11 15:17:48 +02:00
# $NetBSD: Makefile,v 1.32 2019/08/11 13:18:02 wiz Exp $
DISTNAME= dircproxy-1.2.0-beta2
PKGNAME= ${DISTNAME:S/-beta/beta/}
2019-08-11 15:17:48 +02:00
PKGREVISION= 11
CATEGORIES= chat
MASTER_SITES= http://dircproxy.googlecode.com/files/
EXTRACT_SUFX= .tar.bz
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-01 18:57:47 +02:00
HOMEPAGE= https://github.com/w8tvi/dircproxy
COMMENT= Detachable internet relay chat proxy server (devel version)
GNU_CONFIGURE= YES
USE_TOOLS+= perl:run
.include "options.mk"
CONFLICTS= dircproxy<=1.1.0
REPLACE_PERL+= contrib/log.pl contrib/privmsg-log.pl
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/dircproxy
CONF_FILES= ${EGDIR}/dircproxyrc.sample \
${PKG_SYSCONFDIR}/dircproxyrc
RCD_SCRIPTS= dircproxy
.include "../../mk/bsd.pkg.mk"