1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/autossh/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
575 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= autossh
PORTVERSION= 1.4e
CATEGORIES= security
MASTER_SITES= http://www.harding.motd.ca/autossh/
MAINTAINER= ports@FreeBSD.org
COMMENT= Automatically restart SSH sessions and tunnels
USES= tar:tgz
GNU_CONFIGURE= yes
PORTDOCS= CHANGES README
OPTIONS_DEFINE= DOCS SSH_PORTABLE
SSH_PORTABLE_DESC= Default to ports openssh (instead of base)
SSH_PORTABLE_CONFIGURE_ENV= ac_cv_path_ssh=${LOCALBASE}/bin/ssh
SSH_PORTABLE_RUN_DEPENDS= ${LOCALBASE}/bin/ssh:security/openssh-portable
.include <bsd.port.mk>