092af8a5ec
- Fix godot consumers to use godot2 PR: 224604 Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
13 lines
245 B
Makefile
13 lines
245 B
Makefile
# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 2-tools
|
|
|
|
COMMENT= Game integrated development environment
|
|
|
|
OPTIONS_EXCLUDE= #
|
|
OPTIONS_SLAVE= TOOLS
|
|
|
|
MASTERDIR= ${.CURDIR}/../godot2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|