blob: c507eee997d81ce927b97066a13906a6e83e7443 (
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
24
25
26
27
28
|
PORTNAME= doinkd
DISTVERSIONPREFIX= v
DISTVERSION= 0.02
CATEGORIES= sysutils
MAINTAINER= cy@FreeBSD.org
COMMENT= Daemon that logs out idle users and those users hogging resources
WWW= https://sourceforge.net/projects/idled/
USE_GITHUB= yes
GH_ACCOUNT= cschuber
LICENSE= GPLv2
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>
|