24 lines
456 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2015/01/22 22:58:18 naddy Exp $
COMMENT= log out idle users and those hogging resources
1997-11-15 00:04:24 +00:00
DISTNAME= idled-1.16
REVISION= 1
1997-11-15 00:04:24 +00:00
CATEGORIES= sysutils
2006-11-16 08:29:34 +00:00
MASTER_SITES= http://www.netsw.org/system/tools/process/
FAKE_FLAGS= PREFIX=${PREFIX}
PERMIT_PACKAGE_CDROM= no fee
2000-03-23 05:40:40 +00:00
PERMIT_PACKAGE_FTP= Yes
2004-12-20 10:35:34 +00:00
WANTLIB= c
2000-03-23 05:40:40 +00:00
MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}"
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-28 19:53:43 +00:00
1997-11-15 00:04:24 +00:00
post-extract:
@cd ${WRKSRC} && ${MAKE_PROGRAM} clean
1997-11-15 00:04:24 +00:00
.include <bsd.port.mk>