blob: a8e2855421a51acd0f8ff49862e803a1362d48de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.9 2002/12/12 14:39:07 abs Exp $
DISTNAME= rconfig-0.13
CATEGORIES= sysutils
MASTER_SITES= http://www.mono.org/abs/tools/rconfig/
MAINTAINER= abs@netbsd.org
HOMEPAGE= http://www.mono.org/abs/tools/rconfig/
COMMENT= Manage configurations for many machines via rdist trees
DEPENDS+= fping-[0-9]*:../../net/fping
DEPENDS+= freerdist-[0-9]*:../../net/rdist6
DEPENDS+= srsh-[0-9]*:../../net/srsh
USE_PERL5= # defined
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rconfig.pl ${PREFIX}/sbin/rconfig
${INSTALL_SCRIPT} ${WRKSRC}/probe.sh ${PREFIX}/libexec/rconfig_probe
${INSTALL_MAN} ${WRKSRC}/rconfig.8 ${PREFIX}/man/man8/rconfig.8
.include "../../mk/bsd.pkg.mk"
|