blob: e66d780fa43e9307630b3dfe05633dafddd5af74 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.3 2004/07/31 12:52:42 seb Exp $
#
PKGNAME= ${DISTNAME:C/ssh-/ssh2-nox11-/}
COMMENT= Secure Shell client and server for V.2 SSH protocol without X11 support
CONFLICTS= ssh2-[0-9]*
CONFIGURE_ARGS+= --without-x # be explicit
.include "../../security/ssh2/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|