- 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
13 lines
247 B
Makefile
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"
|