Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= bitcoin |
4 |
PORTNAME= bitcoin |
5 |
PORTVERSION= 0.16.1 |
5 |
PORTVERSION= 0.16.2 |
6 |
DISTVERSIONPREFIX= v |
6 |
PORTREVISION?= 0 |
7 |
PORTREVISION?= 2 |
|
|
8 |
CATEGORIES= net-p2p finance |
7 |
CATEGORIES= net-p2p finance |
|
|
8 |
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ |
9 |
LOCAL/swills:icon |
10 |
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon |
11 |
DIST_SUBDIR= ${PORTNAME} |
12 |
EXTRACT_ONLY= ${_DISTFILES:N*.png} |
9 |
|
13 |
|
10 |
MAINTAINER= kbowling@FreeBSD.org |
14 |
MAINTAINER= kbowling@FreeBSD.org |
11 |
COMMENT?= Virtual Peer-to-Peer Currency Client (QT) |
15 |
COMMENT?= Virtual Peer-to-Peer Currency Client (QT) |
Lines 18-24
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
Link Here
|
18 |
BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal |
22 |
BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal |
19 |
|
23 |
|
20 |
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl |
24 |
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl |
21 |
USE_GITHUB= yes |
|
|
22 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
23 |
|
26 |
|
24 |
SLAVE_PORT?= no |
27 |
SLAVE_PORT?= no |
Lines 119-129
CONFIGURE_ARGS+=--disable-asm
Link Here
|
119 |
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" |
122 |
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" |
120 |
|
123 |
|
121 |
post-install: |
124 |
post-install: |
122 |
${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \ |
125 |
${INSTALL} ${FILESDIR}/bitcoin-qt.desktop \ |
123 |
${WRKSRC}/contrib/debian/bitcoin-qt.desktop |
|
|
124 |
${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \ |
125 |
${STAGEDIR}${PREFIX}/share/applications |
126 |
${STAGEDIR}${PREFIX}/share/applications |
126 |
${INSTALL} ${WRKSRC}/share/pixmaps/bitcoin128.png \ |
127 |
${INSTALL} ${DISTDIR}/${DIST_SUBDIR}/bitcoin128.png \ |
127 |
${STAGEDIR}${PREFIX}/share/pixmaps/ |
128 |
${STAGEDIR}${PREFIX}/share/pixmaps/ |
128 |
|
129 |
|
129 |
.endif |
130 |
.endif |