mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6908ecaa08
coexist on a system. PR: ports/184972 Submitted by: "Chad J. Milios" <milios@ccsys.com>
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -daemon
|
|
COMMENT= Virtual Peer-to-Peer Currency Client
|
|
MASTERDIR= ${.CURDIR}/../bitcoin
|
|
DESCR= ${MASTERDIR}/pkg-descr
|
|
SLAVE_PORT= yes
|
|
OPTIONS_EXCLUDE= GUI QRCODES
|
|
.include "${MASTERDIR}/Makefile"
|