Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / srsh / Makefile
blob020f7bb330b6e9dc550ce8d0cb88c32d453ec987
1 # $NetBSD: Makefile,v 1.13 2012/10/23 17:19:10 asau Exp $
4 DISTNAME= srsh-1.3
5 CATEGORIES= net
6 MASTER_SITES= http://oss.gw.com/people/kim/
8 MAINTAINER= kim@tac.nyc.ny.us
9 COMMENT= Emulate rsh client behavior using ssh
11 .if !exists(/usr/bin/ssh)
12 DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
13 .endif
15 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
16 NO_CONFIGURE= yes
17 MAKE_FLAGS+= PREFIX=${PREFIX}
19 .include "../../mk/bsd.pkg.mk"