1997-03-23 17:33:50 +00:00
|
|
|
# New ports collection makefile for: idled
|
2000-04-09 19:09:11 +00:00
|
|
|
# Date created: 12 March 1997
|
|
|
|
# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
|
1997-03-25 08:19:32 +00:00
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1997-03-25 08:19:32 +00:00
|
|
|
#
|
1997-03-23 17:33:50 +00:00
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= idled
|
|
|
|
PORTVERSION= 1.16
|
2000-11-02 14:58:22 +00:00
|
|
|
PORTREVISION= 1
|
1997-03-23 17:33:50 +00:00
|
|
|
CATEGORIES= sysutils
|
1999-11-14 02:13:24 +00:00
|
|
|
MASTER_SITES= http://www.darkwing.com/idled/download/ \
|
2000-04-09 19:09:11 +00:00
|
|
|
ftp://ftp.cs.hope.edu/pub/idled/
|
1997-03-23 17:33:50 +00:00
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
MAINTAINER= andrew@ugh.net.au
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= A daemon that logs out idle users and those users hogging resources
|
1997-03-23 17:33:50 +00:00
|
|
|
|
1997-03-25 08:19:32 +00:00
|
|
|
NO_CDROM= non-profit use and distribution only
|
1997-03-25 08:24:34 +00:00
|
|
|
MANCOMPRESSED= yes
|
1997-03-23 17:33:50 +00:00
|
|
|
MAN5= idled.cf.5
|
|
|
|
MAN8= idled.8
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
(cd ${WRKSRC}; make clean)
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/libexec/idled
|
2000-08-11 01:34:09 +00:00
|
|
|
.if !exists(${PREFIX}/etc/rc.d/idled.sh)
|
|
|
|
@${ECHO} "Installing ${PREFIX}/etc/rc.d/idled.sh startup script."
|
|
|
|
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/idled.sh ${PREFIX}/etc/rc.d/idled.sh
|
|
|
|
.endif
|
1997-03-23 17:33:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|