2010-01-19 15:52:14 +01:00
|
|
|
# New ports collection makefile for: unssh
|
|
|
|
# Date created: 30 July 2009
|
|
|
|
# Whom: Dax Labrador <semprix@bsdmail.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= unssh
|
2011-10-19 00:35:18 +02:00
|
|
|
PORTVERSION= 1.5
|
2010-01-19 15:52:14 +01:00
|
|
|
CATEGORIES= security
|
2010-03-17 08:29:51 +01:00
|
|
|
MASTER_SITES= http://www.semprixd.com/shares/ports/
|
2010-01-19 15:52:14 +01:00
|
|
|
|
2011-04-03 09:39:01 +02:00
|
|
|
MAINTAINER= semprix@gmx.com
|
2010-01-19 15:52:14 +01:00
|
|
|
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>
|