pkgsrc/security/ssh-ip-tunnel/Makefile
tron e01414bb80 New "vpn" package supplied by Dustin sallings in PR pkg/7031:
Simple VPN system using pppd over ssh.
1999-04-08 20:14:07 +00:00

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"