summary refs log tree commit diff
path: root/FreeBSD/sysutils/catsit/Makefile
blob: c65563f1804e27be39abda21ed4c4e7c5a1e9bba (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
PORTNAME=	catsit
DISTVERSION=	1.4
CATEGORIES=	sysutils
MASTER_SITES=	https://git.causal.agency/catsit/snapshot/

MAINTAINER=	june@causal.agency
COMMENT=	Process supervisor

LICENSE=	AGPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

PLIST_FILES=	bin/catsit-timer \
		bin/catsit-watch \
		etc/rc.d/catsitd \
		man/man1/catsit-timer.1.gz \
		man/man1/catsit-watch.1.gz \
		man/man5/catsit.conf.5.gz \
		man/man8/catsit.8.gz \
		man/man8/catsitd.8.gz \
		sbin/catsit \
		sbin/catsitd

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-timer
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-watch
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/catsitd

.include <bsd.port.mk>