27 lines
408 B
Makefile
27 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:29 espie 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
|
|
|
|
WANTLIB= c
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
USE_GROFF= Yes
|
|
NO_TEST= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
.include <bsd.port.mk>
|