e01414bb80
Simple VPN system using pppd over ssh.
15 lines
368 B
Makefile
15 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 1999/04/08 20:14:07 tron Exp $
|
|
|
|
DISTNAME= vpn-1.0
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://bleu.west.spy.net/~dustin/soft/
|
|
|
|
MAINTAINER= dustin@spy.net
|
|
HOMEPAGE= http://bleu.west.spy.net/~dustin/
|
|
|
|
DEPENDS+= pty-redir-0.1:../../misc/pty-redir
|
|
DEPENDS+= ssh-1.2.26:../../security/ssh
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|