1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/mussh/Makefile
Mark Pulford 215ca0d946 Add mussh 0.4, a tool for easily running the same commands on multiple
hosts.

PR:		34217
Submitted by:	Yen-Ming Lee <leeym@leeym.com>
2002-02-17 09:21:47 +00:00

36 lines
745 B
Makefile

# New ports collection makefile for: mussh
# Date created: 24 January 2002
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= mussh
PORTVERSION= 0.4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= leeym@leeym.com
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
${WRKSRC}/${PORTNAME}
do-install:
@${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CHANGES EXAMPLES README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>