pkgsrc/security/ssh2-nox11/Makefile
reed a130ed83a9 Moved PKGREVISION definition from common Makefile to the
package-specific Makefile (as mentioned on tech-pkg).
2004-12-28 01:39:32 +00:00

11 lines
350 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/12/28 01:39:32 reed Exp $
#
PKGNAME= ${DISTNAME:C/ssh-/ssh2-nox11-/}
COMMENT= Secure Shell client and server for V.2 SSH protocol without X11 support
PKGREVISION= 2
CONFLICTS= ssh2-[0-9]*
CONFIGURE_ARGS+= --without-x # be explicit
.include "../../security/ssh2/Makefile.common"
.include "../../mk/bsd.pkg.mk"