blob: 16084c4e29a1f0a00febd1b1ba13e1dedd625b20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:07 jlam Exp $
DISTNAME= dircproxy-1.1.0
CATEGORIES= chat
MASTER_SITES= http://www.securiweb.net/pub/oss/dircproxy/1.1/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://dircproxy.securiweb.net/
COMMENT= Detachable internet relay chat proxy server
GNU_CONFIGURE= YES
USE_TOOLS+= perl:run
USE_PKGINSTALL= YES
CONFLICTS= dircproxy-1.0.[0-9]*
REPLACE_PERL= contrib/log.pl contrib/privmsg-log.pl
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/dircproxy
CONF_FILES= ${EGDIR}/dircproxyrc ${PKG_SYSCONFDIR}/dircproxyrc
RCD_SCRIPTS= dircproxy
.include "../../mk/bsd.pkg.mk"
|