mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
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
12 lines
248 B
Makefile
12 lines
248 B
Makefile
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"
|