d48f44e99e
VERSION variable (pointed by sthen@), now autossh use configure. With this fixes: - updated option string up to OpenSSH 5.6 - when using -f, set gate_time to 0; the assumption is that it is being used for infrastructure (i.e. in a system startup), has been tested, and bombing out just because the remote end is not up is not the desired behaviour. - add AUTOSSH_MAXLIFETIME - fix poll flags so not checking for writable when write done - compile time TOUCH_PIDFILE option to touch pid file on connection test. Maintainer drop the maintainership, so I take care of this now. OK aja@, okan@.
30 lines
491 B
Makefile
30 lines
491 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/04/24 12:37:44 gonzalo Exp $
|
|
|
|
COMMENT= SSH monitoring
|
|
|
|
DISTNAME= autossh-1.4c
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://www.harding.motd.ca/autossh/
|
|
|
|
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
USE_GROFF= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
.include <bsd.port.mk>
|