summaryrefslogtreecommitdiff
path: root/sysutils/doinkd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/doinkd/Makefile')
-rw-r--r--sysutils/doinkd/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile
deleted file mode 100644
index b43ae3b8c841..000000000000
--- a/sysutils/doinkd/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: idled
-# Date created: 12 March 1997
-# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= idled
-PORTVERSION= 1.16
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.netsw.org/system/tools/process/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A daemon that logs out idle users and those users hogging resources
-
-NO_CDROM= non-profit use and distribution only
-MANCOMPRESSED= yes
-MAN5= idled.cf.5
-MAN8= idled.8
-
-USE_RC_SUBR= ${PORTNAME}
-
-PLIST_FILES= etc/idled.cf.template libexec/idled
-
-post-extract:
- (cd ${WRKSRC}; make clean)
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/libexec/idled
-
-.include <bsd.port.mk>