4828800ba3
Submitted by: "Chad J. Milios" <milios@ccsys.com>
9 lines
232 B
Makefile
9 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -daemon
|
|
COMMENT= Virtual Peer-to-Peer Currency Software
|
|
MASTERDIR= ${.CURDIR}/../litecoin
|
|
DESCR= ${MASTERDIR}/pkg-descr
|
|
SLAVE_PORT= yes
|
|
OPTIONS_EXCLUDE= X11 DBUS QRCODES
|
|
.include "${MASTERDIR}/Makefile"
|