|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= monit |
8 |
PORTNAME= monit |
| 9 |
PORTVERSION= 4.10.1 |
9 |
PORTVERSION= 4.10.1 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= sysutils |
11 |
CATEGORIES= sysutils |
| 11 |
MASTER_SITES= http://www.tildeslash.com/monit/dist/ |
12 |
MASTER_SITES= http://www.tildeslash.com/monit/dist/ |
| 12 |
|
13 |
|
|
Lines 25-31
Link Here
|
| 25 |
LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \ |
26 |
LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \ |
| 26 |
LOCALBASE="${LOCALBASE}" |
27 |
LOCALBASE="${LOCALBASE}" |
| 27 |
|
28 |
|
| 28 |
OPTIONS= SSL "Enable SSL support" on |
29 |
OPTIONS= SSL "Enable SSL support" on \ |
|
|
30 |
RESOURCE "Enable resource support (not for jail)" on |
| 29 |
|
31 |
|
| 30 |
PLIST_FILES= bin/monit \ |
32 |
PLIST_FILES= bin/monit \ |
| 31 |
etc/monitrc.sample |
33 |
etc/monitrc.sample |
|
Lines 44-49
Link Here
|
| 44 |
CONFIGURE_ARGS+= --without-ssl |
46 |
CONFIGURE_ARGS+= --without-ssl |
| 45 |
.endif |
47 |
.endif |
| 46 |
|
48 |
|
|
|
49 |
.if defined(WITH_RESOURCE) |
| 50 |
CONFIGURE_ARGS+= --with-resource |
| 51 |
.else |
| 52 |
CONFIGURE_ARGS+= --without-resource |
| 53 |
.endif |
| 54 |
|
| 47 |
post-install: |
55 |
post-install: |
| 48 |
${INSTALL_SCRIPT} -m 600 ${WRKDIR}/${DISTNAME}/monitrc ${PREFIX}/etc/monitrc.sample |
56 |
${INSTALL_SCRIPT} -m 600 ${WRKDIR}/${DISTNAME}/monitrc ${PREFIX}/etc/monitrc.sample |
| 49 |
.if !defined(NOPORTDOCS) |
57 |
.if !defined(NOPORTDOCS) |