2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:49:45 sthen Exp $
|
2012-05-16 06:10:18 +00:00
|
|
|
|
|
|
|
COMMENT= log file monitoring daemon
|
|
|
|
|
2018-03-12 21:51:22 +00:00
|
|
|
V= 1.2
|
|
|
|
DISTNAME= logfmon-$V
|
2012-05-16 06:10:18 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
2018-03-12 21:51:22 +00:00
|
|
|
HOMEPAGE= https://github.com/nicm/logfmon
|
2012-05-16 06:10:18 +00:00
|
|
|
|
2012-06-23 10:33:32 +00:00
|
|
|
MAINTAINER= Tom Doherty <tom@singlesecond.com>
|
|
|
|
|
2012-05-16 06:10:18 +00:00
|
|
|
# ISC
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2012-05-16 06:10:18 +00:00
|
|
|
|
2018-03-12 21:51:22 +00:00
|
|
|
WANTLIB= c pthread
|
2012-05-16 06:10:18 +00:00
|
|
|
|
2018-03-12 21:51:22 +00:00
|
|
|
MASTER_SITES= https://github.com/nicm/logfmon/releases/download/$V/
|
2012-05-16 06:10:18 +00:00
|
|
|
|
2018-03-12 21:51:22 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2012-05-16 06:10:18 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/logfmon
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/logfmon
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|