summary refs log tree commit diff
path: root/OpenBSD/net/pounce/Makefile
blob: 34c862818ec333b730cc036c003df97652ae8575 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
COMMENT =	multi-client, TLS-only IRC bouncer

DISTNAME =	pounce-3.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

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>