blob: e7676055194bf9fc140b8f5e3154d84a1f286a24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: 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
COMMENT= Keep ssh and telnet connections from dropping due to inactivity
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
GNU_CONFIGURE= yes
NO_STAGE= 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>
|