forked from Lainports/opnsense-ports
13 lines
243 B
Makefile
13 lines
243 B
Makefile
# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -tools
|
|
|
|
COMMENT= Game integrated development environment
|
|
|
|
OPTIONS_EXCLUDE= #
|
|
OPTIONS_SLAVE= TOOLS
|
|
|
|
MASTERDIR= ${.CURDIR}/../godot
|
|
|
|
.include "${MASTERDIR}/Makefile"
|