Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

16
sysutils/sshsh/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.8 2013/03/14 16:09:20 kim Exp $
#
DISTNAME= sshsh-1.0
CATEGORIES= sysutils
MASTER_SITES= http://oss.gw.com/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Run a new shell with an SSH identity
NO_CONFIGURE= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"