aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/clboss/Makefile
blob: 3248431f376c43a714b7d4d4e173b6618ac2853d (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
30
31
32
33
34
35
36
37
38
39
40
41
PORTNAME=	clboss
DISTVERSIONPREFIX=	v
# To build from an arbitrary git commit comment DISTVERSION
DISTVERSION=	0.13.1
# and uncomment the following two lines (use for example -gf8d8348c where f8d8348c is a commit hash)
#DISTVERSION=	0
#DISTVERSIONSUFFIX=	-g0673c50e7
.if defined(DISTVERSIONSUFFIX)
PKGNAMESUFFIX=	-devel
.endif
CATEGORIES=	net-p2p finance

MAINTAINER=	vd@FreeBSD.org
COMMENT=	The Core Lightning Node Manager
WWW=		https://github.com/ZmnSCPxj/clboss

LICENSE=	MIT

BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
LIB_DEPENDS=	libcurl.so:ftp/curl \
		libev.so:devel/libev
RUN_DEPENDS=	lightningd:net-p2p/c-lightning

USES=		autoreconf \
		compiler:c11 \
		gmake \
		libtool \
		pkgconfig \
		sqlite:3

CXXFLAGS=	-Wno-deprecated-declarations

GNU_CONFIGURE=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	ZmnSCPxj

SUB_FILES=	pkg-message
PLIST_FILES=	bin/clboss

.include <bsd.port.mk>