blob: 02a5086f7a77f86dd19b853f2a64242f15d981f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: uwatch
# Date created: 3 November 1999
# Whom: James Howard <ports@vocito.com>
#
# $FreeBSD$
#
PORTNAME= uwatch
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://www.vocito.com/downloads/software/uwatch/ \
ftp://ftp.vocito.com/pub/vocito.com/software/uwatch/
MAINTAINER= ports@vocito.com
COMMENT= Monitor user logins and logouts
MAN1= uwatch.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|