11 lines
200 B
Makefile
11 lines
200 B
Makefile
# Created by: Daniel Morante <daniel@morante.net>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../zetacoin
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
OPTIONS_EXCLUDE= X11 QRCODES
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|