blob: 7c074429dcd72c6d2d6cc3c0792b6d79bf0649ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
PORTREVISION= 1
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>
|