summaryrefslogtreecommitdiff
path: root/security/ssh2/Makefile
blob: bbe9f3aeae29ac453f20f065f810cce302c5a7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.10 2004/12/28 02:47:49 reed Exp $
#

PKGNAME=	${DISTNAME:C/ssh-/ssh2-/}
COMMENT=        Secure Shell client and server for V.2 SSH protocol
PKGREVISION=	3

CONFLICTS=	ssh2-nox11-[0-9]*

USE_X11=		YES
CONFIGURE_ARGS+=	--with-x	# be explicit

.include "../../security/ssh2/Makefile.common"
.include "../../mk/bsd.pkg.mk"