openbsd-ports/net/pounce/Makefile
op 3d1824feb9 net/pounce: unbreak calico: needs to unveil the directory with the
sockets as RW.

based on a patch from june [at] casual [dot] agency (upstream), thanks!
2022-10-20 19:29:29 +00:00

31 lines
492 B
Makefile

COMMENT = multi-client, TLS-only IRC bouncer
DISTNAME = pounce-3.0
REVISION = 0
CATEGORIES = net
HOMEPAGE = https://git.causal.agency/pounce/about/
MAINTAINER = Omar Polo <op@omarpolo.com>
# GPLv3+
PERMIT_PACKAGE = Yes
# uses pledge() and unveil()
WANTLIB += c tls
MASTER_SITES = https://git.causal.agency/pounce/snapshot/
# C11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
FAKE_FLAGS = PREFIX=${TRUEPREFIX}
CONFIGURE_STYLE = simple
NO_TEST = Yes
.include <bsd.port.mk>