pkgsrc/security/ssh2/Makefile
reed 32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00

14 lines
343 B
Makefile

# $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"