2010-10-30 17:14:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2010/10/30 21:14:00 sthen Exp $
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= monitoring and managing daemons utility
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2008-02-01 18:29:42 -05:00
|
|
|
DISTNAME= monit-4.10.1
|
2010-10-30 17:14:00 -04:00
|
|
|
REVISION= 1
|
2008-02-28 13:30:08 -05:00
|
|
|
|
2003-06-01 19:14:16 -04:00
|
|
|
CATEGORIES= sysutils
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2003-06-01 19:14:16 -04:00
|
|
|
HOMEPAGE= http://www.tildeslash.com/monit/
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2005-05-23 01:32:44 -04:00
|
|
|
MAINTAINER= Ben Lovett <ben@tilderoot.com>
|
2002-11-29 18:22:21 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-10-30 17:14:00 -04:00
|
|
|
|
|
|
|
WANTLIB += c crypto kvm pthread ssl
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2005-05-23 01:32:44 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/ \
|
|
|
|
${HOMEPAGE}dist/old/
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2003-06-01 19:14:16 -04:00
|
|
|
USE_GMAKE= Yes
|
2010-10-30 17:14:00 -04:00
|
|
|
USE_GROFF= Yes
|
2002-11-29 18:22:21 -05:00
|
|
|
|
2003-06-01 19:14:16 -04:00
|
|
|
NO_REGRESS= Yes
|
2002-11-29 18:22:21 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/monit
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/monit
|
2003-11-02 11:12:00 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} FAQ.txt README.SSL UPGRADE.txt \
|
2005-05-23 01:32:44 -04:00
|
|
|
${PREFIX}/share/doc/monit
|
2003-06-01 19:14:16 -04:00
|
|
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} monit.html examples.html \
|
2005-05-23 01:32:44 -04:00
|
|
|
${PREFIX}/share/doc/monit
|
2003-11-02 11:12:00 -05:00
|
|
|
cd ${WRKSRC}/protocols && ${INSTALL_DATA} NOTES \
|
2005-05-23 01:32:44 -04:00
|
|
|
${PREFIX}/share/doc/monit
|
2002-11-29 18:22:21 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} monitrc \
|
2005-05-23 01:32:44 -04:00
|
|
|
${PREFIX}/share/examples/monit
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/monit.php \
|
|
|
|
${PREFIX}/share/examples/monit \
|
2002-11-29 18:22:21 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|