26 lines
382 B
Makefile
26 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:49:39 sthen Exp $
|
|
|
|
COMMENT= SSH monitoring
|
|
|
|
DISTNAME= autossh-1.4g
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
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>
|