freebsd-ports/security/unssh/Makefile
Pav Lucistnik 0b433dc98e - Update to 1.5
PR:		ports/161020
Submitted by:	Dax Labrador <semprix@gmx.com> (maintainer)
2011-10-18 22:35:18 +00:00

27 lines
577 B
Makefile

# New ports collection makefile for: unssh
# Date created: 30 July 2009
# Whom: Dax Labrador <semprix@bsdmail.org>
#
# $FreeBSD$
#
PORTNAME= unssh
PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= http://www.semprixd.com/shares/ports/
MAINTAINER= semprix@gmx.com
COMMENT= Fast way to delete entries from OpenSSH known_hosts file
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
PLIST_FILES= bin/unssh
do-install:
@${INSTALL} -d ${PREFIX}/bin
@${CP} ${WRKSRC}/unssh.sh ${PREFIX}/bin/unssh
@${CHMOD} ${BINMODE} ${PREFIX}/bin/unssh
.include <bsd.port.mk>