ports/sysutils/autossh/Makefile

24 lines
315 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= SSH monitoring
DISTNAME= autossh-1.4g
CATEGORIES= sysutils
2023-09-28 02:05:49 +00:00
SITES= ${HOMEPAGE}
2023-08-16 22:26:55 +00:00
HOMEPAGE= https://www.harding.motd.ca/autossh/
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c
EXTRACT_SUFX= .tgz
NO_TEST= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>