openbsd-ports/sysutils/idled/Makefile
espie 357f6e3acb remove truely atrocious use of FILE internals.
If you don't want fclose(f) to flush the file, just close the
underlying file descriptor, then fclose() doesn't have anything to
hang upon.
2005-04-21 10:47:37 +00:00

28 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.15 2005/04/21 10:47:37 espie Exp $
COMMENT= "log out idle users and those hogging resources"
DISTNAME= idled-1.16
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
MASTER_SITES= http://www.darkwing.com/idled/download/ \
ftp://ftp.cs.hope.edu/pub/idled/
HOMEPAGE= http://www.darkwing.com/idled/
FAKE_FLAGS= PREFIX=${PREFIX} DESTDIR=${WRKINST}
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>