1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/logmon/Makefile
Pawel Pekala aba8b125f5 - Update WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES

PR:		ports/172067
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-09 22:21:59 +00:00

33 lines
652 B
Makefile

# 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
USE_BZIP2= yes
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:
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>