pkgsrc/net/srsh/Makefile
kim 83e725a8d8 Revive MASTER_SITES.
Updated net/srsh to 1.3:
- No functional changes (upstream added Debian packaging support).
2013-03-14 16:02:39 +00:00

19 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"