f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
20 lines
470 B
Makefile
20 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.13 2001/09/27 23:18:41 jlam 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
|
|
COMMENT= Simple VPN system using pppd over ssh
|
|
|
|
DEPENDS+= pty-redir-0.1:../../misc/pty-redir
|
|
.if !exists(/usr/bin/ssh)
|
|
DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh
|
|
.endif
|
|
|
|
CONFLICTS= vpn-1.0
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|