summaryrefslogtreecommitdiff
path: root/sysutils/clockspeed-conf/Makefile
blob: 4af92fe47c296c26b3213cd580a7a24d212e7c15 (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
30
31
# Created by: Patrick Atamaniuk <atamaniuk at frobs.net>
# $FreeBSD$

PORTNAME=	clockspeed-conf
PORTVERSION=	0.4.5
CATEGORIES=	sysutils
MASTER_SITES=	http://foo42.de/distfiles/

MAINTAINER=	atamaniuk-ports@frobs.net
COMMENT=	Supervise scripts for clockspeed to use daemontools

RUN_DEPENDS=	supervise:${PORTSDIR}/sysutils/daemontools \
		clockspeed:${PORTSDIR}/sysutils/clockspeed

MAN8=		clockspeed-conf.8 taiclockd-conf.8
DOCS=		COPYRIGHT README TODO

NO_STAGE=	yes
post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
	@${ECHO_MSG} "***"
	@${ECHO_MSG} "*** Type 'make ids' to create user/group IDs"
	@${ECHO_MSG} "***"

ids:
	@${SH} ${FILESDIR}/create_ids.sh

.include <bsd.port.mk>