apply a more general fix than the last. whitespace.
[pkgsrcv2.git] / security / ssh-ip-tunnel / Makefile
1 # $NetBSD: Makefile,v 1.13 2001/09/27 23:18:41 jlam Exp $
2
3 DISTNAME=       vpn-1.0
4 PKGNAME=        ssh-ip-tunnel-1.0
5 CATEGORIES=     security net
6 MASTER_SITES=   http://bleu.west.spy.net/~dustin/soft/
7
8 MAINTAINER=     dustin@spy.net
9 COMMENT=        Simple VPN system using pppd over ssh
10
11 DEPENDS+=       pty-redir-0.1:../../misc/pty-redir
12 .if !exists(/usr/bin/ssh)
13 DEPENDS+=       {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
14 .endif
15
16 CONFLICTS=      vpn-1.0
17
18 GNU_CONFIGURE=  YES
19
20 .include "../../mk/bsd.pkg.mk"