2001-09-16 19:04:59 +02:00
|
|
|
# New ports collection makefile for: logmon
|
|
|
|
# Date created: 12 September 2001
|
|
|
|
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= logmon
|
2006-04-24 16:05:13 +02:00
|
|
|
PORTVERSION= 0.4.4
|
2001-09-16 19:04:59 +02:00
|
|
|
CATEGORIES= sysutils
|
2002-12-01 22:47:15 +01:00
|
|
|
MASTER_SITES= http://www.edespot.com/code/LogMon/
|
2001-09-16 19:04:59 +02:00
|
|
|
DISTNAME= LogMon-${PORTVERSION}
|
|
|
|
|
2009-07-11 17:52:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= An ncurses-based split window log monitoring program
|
2001-09-16 19:04:59 +02:00
|
|
|
|
2006-04-24 16:05:13 +02:00
|
|
|
USE_BZIP2= yes
|
2001-09-16 19:04:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-16 18:07:04 +02:00
|
|
|
PLIST_FILES= bin/logmon %%EXAMPLESDIR%%/logmon.conf.example
|
|
|
|
PLIST_DIRS= %%EXAMPLESDIR%%
|
2001-09-16 19:04:59 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2005-06-16 18:07:04 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${EXAMPLESDIR}
|
|
|
|
|
2001-09-16 19:04:59 +02:00
|
|
|
.include <bsd.port.mk>
|