blob: 6fdf77e6f9a1b494abaf7e694f1f9eb175e1e01f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: termlog
# Date created: 20 August 2002
# Whom: C.S. Peron <maneo@bsdpro.com>
#
# $FreeBSD$
#
PORTNAME= termlog
PORTVERSION= 1.0.3
CATEGORIES= security sysutils
MASTER_SITES= http://www.seccuris.com/documents/downloads/
MASTER_SITE_SUBDIR= termlog
MAINTAINER= maneo@bsdpro.com
COMMENT= Monitor or log multiple system terminals synchronously (real-time)
MAN1= termlog.1
MANCOMPRESSED= yes
PLIST_FILES= bin/termlog
.include <bsd.port.mk>
|