b968fb26d5
From Ben Lovett <ben@tilderoot.com> (new MAINTAINER)
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2005/05/23 05:32:44 alek Exp $
|
|
|
|
COMMENT= "monitoring and managing daemons utility"
|
|
|
|
VERSION= 4.5.1
|
|
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>
|