c5b96b3aa8
Approved by: portmgr (tier-2 blanket)
14 lines
334 B
Makefile
14 lines
334 B
Makefile
# Created by: Daniel Morante <daniel@morante.net>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../zetacoin
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
OPTIONS_EXCLUDE= X11 QRCODES
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
BROKEN_armv6= AtomicPointer not implemented
|
|
BROKEN_powerpc64= Does not configure: error: No working boost sleep implementation found
|
|
|
|
.include "${MASTERDIR}/Makefile"
|