opnsense-ports/sysutils/doinkd/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
559 B
Makefile

# Created by: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
# $FreeBSD$
PORTNAME= doinkd
PORTVERSION= 0.01
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF/idled/${PORTNAME}/${PORTVERSION}/
MAINTAINER= cy@FreeBSD.org
COMMENT= Daemon that logs out idle users and those users hogging resources
USE_RC_SUBR= ${PORTNAME}
MAKE_ARGS= STAGEDIR=${STAGEDIR}
post-extract:
(cd ${WRKSRC}; make clean)
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/doinkd
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/doinkd
.include <bsd.port.mk>