1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/sysutils/uwatch/Makefile
Jim Mock a8bc914871 Import of uwatch.
Uwatch gives notifications when all, or selected users login and
logout of the system.  It can also give the time, port, and calling
host of the login.

PR:		14687
Submitted by:	James Howard <howardjp@wam.umd.edu>
1999-11-03 20:32:54 +00:00

21 lines
482 B
Makefile

# New ports collection makefile for: uwatch
# Version required: 1.0
# Date created: 3 November 1999
# Whom: James Howard <howardjp@wam.umd.edu>
#
# $FreeBSD$
#
DISTNAME= uwatch-1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/uwatch/ \
http://www.wam.umd.edu/~howardjp/software/uwatch/ \
ftp://dragon.ham.muohio.edu/pub/howardjp/software/uwatch/
MAINTAINER= howardjp@wam.umd.edu
MAN1= uwatch.1
MANCOMPRESSED= yes
.include <bsd.port.mk>