Files

27 lines
450 B
Makefile
Raw Permalink Normal View History

2024-11-23 09:53:32 +00:00
COMMENT = automatically restart service process after it exits
DISTNAME = kitd-1.0
CATEGORIES = sysutils
HOMEPAGE = https://git.causal.agency/kitd/about/
MAINTAINER = Lydia Sobot <chilledfrogs@disroot.org>
# AGPLv3+
PERMIT_PACKAGE = Yes
2024-11-28 01:59:20 +00:00
# c11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
2024-11-23 09:53:32 +00:00
# uses pledge()
WANTLIB = c
SITES = https://git.causal.agency/kitd/snapshot/
FAKE_FLAGS = PREFIX=${PREFIX}
NO_TEST = Yes
.include <bsd.port.mk>