2000-06-09 23:51:09 +02:00
|
|
|
# New ports collection makefile for: monitord
|
2000-06-20 11:30:29 +02:00
|
|
|
# Date created: 5 June 2000
|
2000-06-09 23:51:09 +02:00
|
|
|
# Whom: walt
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= monitord
|
2003-08-22 09:11:30 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2006-05-05 23:31:37 +02:00
|
|
|
PORTREVISION= 2
|
2000-06-09 23:51:09 +02:00
|
|
|
CATEGORIES= sysutils
|
2007-06-07 12:33:51 +02:00
|
|
|
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ CENKES
|
2000-06-09 23:51:09 +02:00
|
|
|
|
2006-09-06 03:40:30 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-22 09:11:30 +02:00
|
|
|
COMMENT= Service that restarts other standalone services
|
2000-06-09 23:51:09 +02:00
|
|
|
|
2007-06-07 12:33:51 +02:00
|
|
|
USE_RC_SUBR= monitord
|
2000-06-09 23:51:09 +02:00
|
|
|
MAN8= monitord.8
|
|
|
|
|
2006-05-05 23:31:37 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${MAN8}
|
2007-06-07 12:33:51 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-pipe||' ${WRKSRC}/Makefile
|
2006-05-05 23:31:37 +02:00
|
|
|
|
2001-06-17 19:26:49 +02:00
|
|
|
post-install:
|
2006-05-05 23:31:37 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
|
|
|
|
${PREFIX}/etc/monitord.conf.sample
|
2007-06-07 12:33:51 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2001-06-17 19:26:49 +02:00
|
|
|
|
2004-10-05 22:05:12 +02:00
|
|
|
.include <bsd.port.mk>
|