2004-06-01 00:13:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2004/05/31 22:13:16 kristerw Exp $
|
1999-04-08 22:14:07 +02:00
|
|
|
|
|
|
|
DISTNAME= vpn-1.0
|
1999-04-09 16:49:06 +02:00
|
|
|
PKGNAME= ssh-ip-tunnel-1.0
|
1999-04-08 22:14:07 +02:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= http://bleu.west.spy.net/~dustin/soft/
|
|
|
|
|
|
|
|
MAINTAINER= dustin@spy.net
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Simple VPN system using pppd over ssh
|
1999-04-08 22:14:07 +02:00
|
|
|
|
|
|
|
DEPENDS+= pty-redir-0.1:../../misc/pty-redir
|
2000-10-22 00:55:02 +02:00
|
|
|
.if !exists(/usr/bin/ssh)
|
2004-06-01 00:13:16 +02:00
|
|
|
DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
|
2000-10-10 17:02:13 +02:00
|
|
|
.endif
|
1999-04-08 22:14:07 +02:00
|
|
|
|
1999-04-09 16:49:06 +02:00
|
|
|
CONFLICTS= vpn-1.0
|
|
|
|
|
1999-04-08 22:14:07 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|