c965ed7bfd
Makefile.common.
13 lines
326 B
Makefile
13 lines
326 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/07/31 12:52:42 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"
|