blob: 21f99be1e3c1b08bdcb79e8c548f752eb32351df (
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
|
PORTNAME= libbtc
PORTVERSION= g20210428
PORTREVISION= 1
CATEGORIES= finance
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tiny Bitcoin Library written in C
LICENSE= MIT
LIB_DEPENDS= libevent_core.so:devel/libevent
USES= autoreconf gmake libtool:keepla localbase # keepla for bitcoin-armory
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_TAGNAME= 0793399
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PORTSCOUT= ignore:1 # tags are bogus
.include <bsd.port.mk>
|