blob: 20b493bd2c3e88b76761b0ffa7eca2dad29ab0ce (
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: logmon
# Date created: 12 September 2001
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= logmon
PORTVERSION= 0.4.2
CATEGORIES= sysutils
MASTER_SITES= http://www.edespot.com/code/LogMon/
DISTNAME= LogMon-${PORTVERSION}
EXTRACT_SUFX= .src.tgz
MAINTAINER= gslin@ccca.nctu.edu.tw
COMMENT= An ncurses-based split window log monitoring program
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|