openbsd-ports/sysutils/monit/Makefile
2013-03-11 11:35:43 +00:00

33 lines
690 B
Makefile

# $OpenBSD: Makefile,v 1.26 2013/03/11 11:41:31 espie 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
USE_LIBTOOL= Yes
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>