openbsd-ports/sysutils/idled/Makefile
jasper 796434d963 - remove dead homepage
- regen PLIST while here
2010-08-30 16:41:20 +00:00

26 lines
517 B
Makefile

# $OpenBSD: Makefile,v 1.19 2010/08/30 16:41:20 jasper Exp $
COMMENT= log out idle users and those hogging resources
DISTNAME= idled-1.16
REVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.netsw.org/system/tools/process/
FAKE_FLAGS= PREFIX=${PREFIX}
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= no fee
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}"
NO_REGRESS= Yes
post-extract:
@cd ${WRKSRC} && ${MAKE_PROGRAM} clean
.include <bsd.port.mk>