aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logmon
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-11-09 22:21:59 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-11-09 22:21:59 +0000
commitaba8b125f523a01d2aeccb6c529ab689be081e21 (patch)
tree86e126d52c3c1c10ad00c0bb972220558fc66736 /sysutils/logmon
parent6e5d381748a70531c89db10af376e1aae51ce48b (diff)
downloadports-aba8b125f523a01d2aeccb6c529ab689be081e21.tar.gz
ports-aba8b125f523a01d2aeccb6c529ab689be081e21.zip
Notes
Diffstat (limited to 'sysutils/logmon')
-rw-r--r--sysutils/logmon/Makefile25
-rw-r--r--sysutils/logmon/pkg-descr16
2 files changed, 23 insertions, 18 deletions
diff --git a/sysutils/logmon/Makefile b/sysutils/logmon/Makefile
index 7e6e3a2d493f..a4e659966a2d 100644
--- a/sysutils/logmon/Makefile
+++ b/sysutils/logmon/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: logmon
-# Date created: 12 September 2001
-# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
-#
+# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
# $FreeBSD$
-#
PORTNAME= logmon
PORTVERSION= 0.4.4
@@ -12,16 +8,25 @@ MASTER_SITES= http://www.edespot.com/code/LogMon/
DISTNAME= LogMon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= An ncurses-based split window log monitoring program
+COMMENT= Ncurses-based split window log monitoring program
+
+LICENSE= ART10
USE_BZIP2= yes
-GNU_CONFIGURE= yes
-PLIST_FILES= bin/logmon %%EXAMPLESDIR%%/logmon.conf.example
-PLIST_DIRS= %%EXAMPLESDIR%%
+USE_NCURSES= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
+
+PORTEXAMPLES= logmon.conf.example
+PLIST_FILES= bin/logmon
+
+.include <bsd.port.options.mk>
post-install:
- ${MKDIR} ${EXAMPLESDIR}
+.if ${PORT_OPTIONS:MEXAMPLES}
+ @${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${EXAMPLESDIR}
+.endif
.include <bsd.port.mk>
diff --git a/sysutils/logmon/pkg-descr b/sysutils/logmon/pkg-descr
index 6c0895016f00..0325345fade4 100644
--- a/sysutils/logmon/pkg-descr
+++ b/sysutils/logmon/pkg-descr
@@ -1,9 +1,9 @@
-This program 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. A header displays
-each frames file name, and number of lines in the file. Very usefull when
-watching several log files at the same time. I've tested this under Linux, but
-it should work under other Unices. Please let me know if you get it working on
-another OS.
+This program 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. A
+header displays each frames file name, and number of lines in the file.
+Very usefull when watching several log files at the same time. I've
+tested this under Linux, but it should work under other Unices. Please
+let me know if you get it working on another OS.
-WWW: http://www.edespot.com/plaidhat/code/LogMon/
+WWW: http://www.edespot.com/logmon