freebsd-ports/sysutils/logmon/Makefile
Kevin Lo c206276981 Initial import of logmon-0.3.3.
Logmon will monitor one or more log files, updating when more data is
available ala 'tail -f' , within a common terminal window via a "split window".
User can scroll up/down/left/right through all the windows.

PR: 30516
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-09-16 17:04:59 +00:00

23 lines
479 B
Makefile

# New ports collection makefile for: logmon
# Date created: 12 September 2001
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= logmon
PORTVERSION= 0.3.3
CATEGORIES= sysutils
MASTER_SITES= http://www.edespot.com/plaidhat/code/LogMon/
DISTNAME= LogMon-${PORTVERSION}
EXTRACT_SUFX= .src.tgz
MAINTAINER= gslin@ccca.nctu.edu.tw
GNU_CONFIGURE= yes
USE_GMAKE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/LogMon ${PREFIX}/bin
.include <bsd.port.mk>