freebsd-ports/sysutils/monit/Makefile
Jason Unovitch bf05b4a6ea sysutils/monit: update 5.19.0 -> 5.20.0
PR:		213690
Submitted by:	martinp@tildeslash.com (maintainer)
2016-11-11 03:42:50 +00:00

37 lines
789 B
Makefile

# Created by: Martin Pala <martinp@tildeslash.com>
# $FreeBSD$
PORTNAME= monit
PORTVERSION= 5.20.0
CATEGORIES= sysutils
MASTER_SITES= http://www.mmonit.com/monit/dist/
MAINTAINER= martinp@tildeslash.com
COMMENT= Unix system management and proactive monitoring
LICENSE= AGPLv3
GNU_CONFIGURE= yes
USES= bison gmake
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= bin/monit \
etc/monitrc.sample \
man/man1/monit.1.gz
SUB_FILES= pkg-message
PORTDOCS= COPYING README CHANGES
OPTIONS_DEFINE= DOCS SSL
OPTIONS_DEFAULT=SSL
SSL_CONFIGURE_OFF= --without-ssl
SSL_USES= ssl
post-install:
${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample
${INSTALL} -d ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>