blob: eeb12d3a0e4aac27992cce2eecfc0918f7794f86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2000/03/20 07:27:48 tron Exp $
DISTNAME= vpn-1.0
PKGNAME= ssh-ip-tunnel-1.0
CATEGORIES= security net
MASTER_SITES= http://bleu.west.spy.net/~dustin/soft/
MAINTAINER= dustin@spy.net
DEPENDS+= pty-redir-0.1:../../misc/pty-redir
DEPENDS+= ssh{,6}-1.2.27:../../security/ssh
CONFLICTS= vpn-1.0
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|