mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
fbe5b8a26b
Shifting to ports-gcc fixes the build on sparc64
27 lines
450 B
Makefile
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>
|