openbsd-ports/sysutils/monit/Makefile
sturm 8103881243 update to monit 4.7
see http://www.tildeslash.com/monit/doc/changes.php for details

from maintainer Ben Lovett <ben at tilderoot.com>
2006-03-22 15:58:01 +00:00

44 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2006/03/22 15:58:01 sturm Exp $
COMMENT= "monitoring and managing daemons utility"
VERSION= 4.7
DISTNAME= monit-${VERSION}
CATEGORIES= sysutils
HOMEPAGE= http://www.tildeslash.com/monit/
MAINTAINER= Ben Lovett <ben@tilderoot.com>
# GPL
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/ \
${HOMEPAGE}dist/old/
CONFIGURE_STYLE=gnu
USE_GMAKE= Yes
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/monit
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/monit
cd ${WRKSRC} && ${INSTALL_DATA} FAQ.txt README.SSL UPGRADE.txt \
${PREFIX}/share/doc/monit
cd ${WRKSRC}/doc && ${INSTALL_DATA} monit.html examples.html \
${PREFIX}/share/doc/monit
cd ${WRKSRC}/protocols && ${INSTALL_DATA} NOTES \
${PREFIX}/share/doc/monit
cd ${WRKSRC} && ${INSTALL_DATA} monitrc \
${PREFIX}/share/examples/monit
${INSTALL_DATA} ${WRKSRC}/contrib/monit.php \
${PREFIX}/share/examples/monit \
.include <bsd.port.mk>