bb01db8e34
-- Lots of new features and bugfixes. Changelog at: http://www.tildeslash.com/monit/dist/CHANGES.txt Patches accepted by authors.
40 lines
958 B
Makefile
40 lines
958 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/11/02 16:12:00 margarida Exp $
|
|
|
|
COMMENT= "monitoring and managing daemons utility"
|
|
|
|
VERSION= 4.1
|
|
DISTNAME= monit-${VERSION}
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.tildeslash.com/monit/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|