mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
c5b96b3aa8
Approved by: portmgr (tier-2 blanket)
15 lines
334 B
Makefile
15 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"
|