freebsd-ports/sysutils/spinner/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +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>