git: 2735a434dbdc - main - devel/godot35-tools: new port for LTS godot-tools

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Tue, 07 Mar 2023 15:44:38 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2735a434dbdcacb2eea17e768653da55cc2fd2e7

commit 2735a434dbdcacb2eea17e768653da55cc2fd2e7
Author:     Shane <FreeBSD@ShaneWare.Biz>
AuthorDate: 2023-03-07 09:07:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-07 15:40:00 +0000

    devel/godot35-tools: new port for LTS godot-tools
    
    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
---
 devel/Makefile               |  1 +
 devel/godot35-tools/Makefile | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 84f30ccb40ca..1ce8630c06d2 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 000000000000..8539b7c458ac
--- /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"