1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/finance/libbtc/Makefile
2022-05-08 11:02:05 -07:00

26 lines
455 B
Makefile

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>