openbsd-ports/sysutils/logfmon/Makefile

27 lines
546 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:30 espie Exp $
COMMENT= log file monitoring daemon
DISTNAME= logfmon-1.1
2012-06-23 06:33:32 -04:00
REVISION= 0
CATEGORIES= sysutils
HOMEPAGE= http://sourceforge.net/projects/logfmon/
2012-06-23 06:33:32 -04:00
MAINTAINER= Tom Doherty <tom@singlesecond.com>
# ISC
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=logfmon/}
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/logfmon
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/logfmon
.include <bsd.port.mk>