pkgsrc-wip/idled/Makefile
Aleksej Saushev 0b8aa5aecb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-30 05:44:14 +00:00

17 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/09/30 05:44:15 asau Exp $
#
DISTNAME= idled-1.16
CATEGORIES= sysutils
MASTER_SITES= http://www.netsw.org/system/tools/process/
MAINTAINER= tmarc@NetBSD.org.pl
HOMEPAGE= http://web.archive.org/web/2/http://www.darkwing.com/idled/
COMMENT= Daemon that logs out idle users
PKG_DESTDIR_SUPPORT= none
post-extract:
${RM} -f ${WRKSRC}/parse.c ${WRKSRC}/scan.c
.include "../../mk/bsd.pkg.mk"