Files
ports/sysutils/kitd/Makefile
T
kmos fbe5b8a26b kitd uses C11, so base-gcc cannot be used.
Shifting to ports-gcc fixes the build on sparc64
2024-11-28 01:59:20 +00:00

27 lines
450 B
Makefile

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
# c11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
# uses pledge()
WANTLIB = c
SITES = https://git.causal.agency/kitd/snapshot/
FAKE_FLAGS = PREFIX=${PREFIX}
NO_TEST = Yes
.include <bsd.port.mk>