freebsd-ports/devel/godot-tools/Makefile
Tobias Kortkamp ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00

13 lines
247 B
Makefile

# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
PORTREVISION= 4
PKGNAMESUFFIX= -tools
COMMENT= Game integrated development environment
OPTIONS_EXCLUDE= #
OPTIONS_SLAVE= TOOLS
MASTERDIR= ${.CURDIR}/../godot
.include "${MASTERDIR}/Makefile"