# $NetBSD: Makefile,v 1.14 2013/03/14 16:02:39 kim Exp $ # DISTNAME= srsh-1.3 CATEGORIES= net MASTER_SITES= http://oss.gw.com/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Emulate rsh client behavior using ssh .if !exists(/usr/bin/ssh) DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh .endif INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 NO_CONFIGURE= yes MAKE_FLAGS+= PREFIX=${PREFIX} .include "../../mk/bsd.pkg.mk"