openbsd-ports/sysutils/whowatch/Makefile
brad c8d228e71f re-add whowatch port in correct category; from <obecian@celerity.bartoli.org>
--
Whowatch is an interactive console utility that displays information about
the users currently logged on to the machine, in real time. Besides
standard information (login, tty, host, user's processes) you can see
the type of login (i.e., ssh, telnet). You can also see selected user's
process tree or the system process tree. In the process tree mode
there is the ability to send INT or KILL signal to a selected process.
2000-07-14 08:40:21 +00:00

21 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/07/14 08:40:21 brad Exp $
DISTNAME= whowatch-1.4
CATEGORIES= sysutils
NEED_VERSION= 1.310
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
http://janek.ae.krakow.pl/~suszyckm/download/
HOMEPAGE= http://wizard.ae.krakow.pl/~mike/
MAINTAINER= obecian@celerity.bartoli.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
.include <bsd.port.mk>