2003-01-08 11:50:14 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: spinner
|
|
|
|
# Date created: Dec 16, 2002
|
|
|
|
# Whom: mich@freebsdcluster.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spinner
|
2003-02-24 16:41:56 +00:00
|
|
|
PORTVERSION= 1.2.4
|
2003-01-08 11:50:14 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/spinner/
|
|
|
|
|
2003-05-07 11:37:56 +00:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Keep ssh and telnet connections from dropping due to inactivity
|
2003-01-08 11:50:14 +00:00
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
2003-02-10 23:23:00 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-08 11:50:14 +00:00
|
|
|
|
|
|
|
do-install:
|
2003-02-10 23:23:00 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/sbin
|
2003-01-08 11:50:14 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|