32 lines
677 B
Makefile
32 lines
677 B
Makefile
# $OpenBSD: Makefile,v 1.27 2013/03/21 08:48:54 ajacoutot Exp $
|
|
|
|
COMMENT= monitoring and managing daemons utility
|
|
|
|
DISTNAME= monit-5.5
|
|
REVISION= 1
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.mmonit.com/monit/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto kvm pthread ssl
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/dist/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/monit
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/monit
|
|
cd ${WRKSRC} && ${INSTALL_DATA} README ${PREFIX}/share/doc/monit
|
|
cd ${WRKSRC} && ${INSTALL_DATA} monitrc \
|
|
${PREFIX}/share/examples/monit
|
|
|
|
.include <bsd.port.mk>
|