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