Skip to content

Commit

Permalink
devel/godot35-tools: new port for LTS godot-tools
Browse files Browse the repository at this point in the history
Create a new port to add support for previous LTS version of godot.
This works with new devel/godot35 port to offer IDE build.

PR:		269957
Reported by:	FreeBSD@ShaneWare.Biz
  • Loading branch information
Shane authored and Fernando Apesteguía committed Mar 7, 2023
1 parent b9d66f9 commit 2735a43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -884,6 +884,7 @@
SUBDIR += godot2
SUBDIR += godot2-tools
SUBDIR += godot35
SUBDIR += devel/godot35-tools
SUBDIR += goffice
SUBDIR += gogs
SUBDIR += golangci-lint
Expand Down
12 changes: 12 additions & 0 deletions 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"

0 comments on commit 2735a43

Please sign in to comment.