1de72d7826
Permit locking of files (to exclude from push)
22 lines
687 B
Makefile
22 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/09/19 14:58:10 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 configuration files 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"
|