2002-08-22 00:26:54 +02:00
|
|
|
# New ports collection makefile for: termlog
|
|
|
|
# Date created: 20 August 2002
|
2004-08-06 16:59:10 +02:00
|
|
|
# Whom: C.S. Peron <bugs@sqrt.ca>
|
2002-08-22 00:26:54 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= termlog
|
2005-10-12 05:37:55 +02:00
|
|
|
PORTVERSION= 2.5
|
2002-08-22 00:26:54 +02:00
|
|
|
CATEGORIES= security sysutils
|
|
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
|
|
|
MASTER_SITE_SUBDIR= termlog
|
|
|
|
|
2004-08-06 16:59:10 +02:00
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
|
|
|
COMMENT= Monitor or log multiple system terminals synchronously
|
2004-07-26 23:13:22 +02:00
|
|
|
|
2005-09-25 17:02:12 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2002-08-22 00:26:54 +02:00
|
|
|
MAN1= termlog.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/termlog
|
2002-08-22 00:26:54 +02:00
|
|
|
|
2005-09-25 17:02:12 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/termlog ${PREFIX}/bin/termlog
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/termlog.1 ${MANPREFIX}/man/man1/termlog.1
|
|
|
|
|
2002-08-22 00:26:54 +02:00
|
|
|
.include <bsd.port.mk>
|