blob: f2d76d16d0825f8f46d7a709d2c216b8cd3b46ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: monitord
# Date created: 5 June 2000
# Whom: walt
#
# $FreeBSD$
#
PORTNAME= monitord
PORTVERSION= 0.4.1
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Service that restarts other standalone services
USE_RC_SUBR= monitord
MAN8= monitord.8
post-patch:
@${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${MAN8}
@${REINPLACE_CMD} -e 's|-pipe||' ${WRKSRC}/Makefile
post-install:
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
${PREFIX}/etc/monitord.conf.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|