Files
pkgsrc-ng/net/srsh/Makefile
2013-09-26 17:14:40 +02:00

20 lines
446 B
Makefile

# $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"