diff options
author | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
commit | 97eb0074b135b2636d84ff503988e3d76803ddcc (patch) | |
tree | b7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /FreeBSD/sysutils/catsit/Makefile | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'FreeBSD/sysutils/catsit/Makefile')
-rw-r--r-- | FreeBSD/sysutils/catsit/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/FreeBSD/sysutils/catsit/Makefile b/FreeBSD/sysutils/catsit/Makefile new file mode 100644 index 0000000..c65563f --- /dev/null +++ b/FreeBSD/sysutils/catsit/Makefile @@ -0,0 +1,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> |