1PORTNAME= autossh 2PORTVERSION= 1.4g 3CATEGORIES= security 4MASTER_SITES= http://www.harding.motd.ca/autossh/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Automatically restart SSH sessions and tunnels 8WWW= https://www.harding.motd.ca/autossh/ 9 10LICENSE= bsd3 11 12USES= tar:tgz 13 14GNU_CONFIGURE= yes 15 16PORTDOCS= CHANGES README 17 18# Fix build with clang11 19CFLAGS+= -fcommon 20 21OPTIONS_DEFINE= DOCS SSH_PORTABLE 22 23SSH_PORTABLE_DESC= Default to ports openssh (instead of base) 24 25SSH_PORTABLE_CONFIGURE_ENV= ac_cv_path_ssh=${LOCALBASE}/bin/ssh 26SSH_PORTABLE_RUN_DEPENDS= ${LOCALBASE}/bin/ssh:security/openssh-portable 27 28.include <bsd.port.mk> 29