Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2023 15:44:38 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2735a434dbdc - main - devel/godot35-tools: new port for LTS godot-tools
Message-ID:  <202303071544.327Ficvw007327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303071544.327Ficvw007327>