986beaaabc
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)
21 lines
581 B
Makefile
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>
|