aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane <FreeBSD@ShaneWare.Biz>2023-03-07 09:07:21 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-07 15:40:00 +0000
commit2735a434dbdcacb2eea17e768653da55cc2fd2e7 (patch)
tree74b502c9301140d86abd2c9da75b008a6e5b8727
parentb9d66f9108e319cedae8573b7b79807e0fda0e69 (diff)
downloadports-2735a434dbdcacb2eea17e768653da55cc2fd2e7.tar.gz
ports-2735a434dbdcacb2eea17e768653da55cc2fd2e7.zip
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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/godot35-tools/Makefile12
2 files changed, 13 insertions, 0 deletions
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"