blob: 93d840d5dfd9958b3a3713092b38c23bb2d20110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.6 2003/05/10 10:02:34 seb Exp $
#
PKGNAME= ${DISTNAME:C/ssh-/ssh2-/}
COMMENT= Secure Shell client and server for V.2 SSH protocol
CONFLICTS= ssh2-nox11-[0-9]*
USE_X11= YES
CONFIGURE_ARGS+= --with-x # be explicit
.include "../../security/ssh2/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|