opnsense-ports/sysutils/spinner/Makefile
Franco Fichtner ea51541ee8 */*: sync with upstream
Taken from: FreeBSD
2022-09-09 08:39:06 +02:00

21 lines
581 B
Makefile

PORTNAME= spinner
PORTVERSION= 1.2.4
CATEGORIES= sysutils
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/spinner/
MAINTAINER= ports@FreeBSD.org
COMMENT= Keep ssh and telnet connections from dropping due to inactivity
WWW= http://www.laffeycomputer.com/spinner.html
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spinner ${STAGEDIR}${PREFIX}/sbin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
.include <bsd.port.mk>