summaryrefslogtreecommitdiffstats
path: root/sysutils/logmon/Makefile
blob: c46c66e455eb3cc340deedb32e085829ba41124e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
# $FreeBSD$

PORTNAME=	logmon
PORTVERSION=	0.4.4
CATEGORIES=	sysutils
MASTER_SITES=	http://www.edespot.com/code/LogMon/
DISTNAME=	LogMon-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Ncurses-based split window log monitoring program

LICENSE=	ART10

USES=		ncurses
USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes

PORTEXAMPLES=	logmon.conf.example
PLIST_FILES=	bin/logmon

NO_STAGE=	yes
.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
	@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud