diff --git a/devel/Makefile b/devel/Makefile index 84f30ccb40ca6..1ce8630c06d2d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -884,6 +884,7 @@ SUBDIR += godot2 SUBDIR += godot2-tools SUBDIR += godot35 + SUBDIR += devel/godot35-tools SUBDIR += goffice SUBDIR += gogs SUBDIR += golangci-lint diff --git a/devel/godot35-tools/Makefile b/devel/godot35-tools/Makefile new file mode 100644 index 0000000000000..8539b7c458ac3 --- /dev/null +++ b/devel/godot35-tools/Makefile @@ -0,0 +1,12 @@ +PKGNAMESUFFIX= 35-tools + +COMMENT= Game integrated development environment + +OPTIONS_EXCLUDE= # +OPTIONS_SLAVE= TOOLS +# we don't want the pkg-message from the master port +PKGMESSAGE= + +MASTERDIR= ${.CURDIR}/../godot35 + +.include "${MASTERDIR}/Makefile"