mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# 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
|
|
PLIST_FILES= bin/uwatch
|
|
|
|
.include <bsd.port.mk>
|