992adee7cb
maintainer timed-out
35 lines
741 B
Makefile
35 lines
741 B
Makefile
# $OpenBSD: Makefile,v 1.21 2012/05/29 15:45:56 jasper Exp $
|
|
|
|
COMMENT= monitoring and managing daemons utility
|
|
|
|
DISTNAME= monit-5.4
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.mmonit.com/monit/
|
|
|
|
MAINTAINER= Ben Lovett <ben@tilderoot.com>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= 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>
|