summary refs log tree commit diff
path: root/sysutils/catsit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/catsit/Makefile')
-rw-r--r--sysutils/catsit/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/catsit/Makefile b/sysutils/catsit/Makefile
deleted file mode 100644
index c65563f..0000000
--- a/sysutils/catsit/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-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>