1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/spinner/Makefile

28 lines
645 B
Makefile
Raw Normal View History

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