pkgsrc/sysutils/rconfig/Makefile

23 lines
688 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2002/07/24 19:45:27 jlam Exp $
DISTNAME= rconfig-0.11
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"