2ae8af08a0
This package provides the same secure shell software as the ssh2 package but without X Windows support.
10 lines
338 B
Makefile
10 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/05/10 10:05:50 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"
|