summary refs log tree commit diff
path: root/OpenBSD/net/pounce/Makefile
blob: 789b8443aad363f81f7120f490dcc890922cf7b1 (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
# $OpenBSD$

COMMENT =	IRC bouncer
DISTNAME =	pounce-3.0
CATEGORIES =	net
HOMEPAGE =	https://git.causal.agency/pounce/about/
MAINTAINER =		june@causal.agency

# 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

NO_TEST =		Yes

MAKE_FLAGS +=	LDADD.crypt=
FAKE_FLAGS =	PREFIX=${PREFIX}

.include <bsd.port.mk>