24ca34ac96
render modules installed at the same time without introducing unneeded dependencies. PR: 205726
15 lines
272 B
Makefile
15 lines
272 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -dummy
|
|
|
|
COMMENT= Dummy renderer for MyGUI
|
|
|
|
MASTERDIR= ${.CURDIR}/../mygui
|
|
|
|
MYGUI_RENDERSYSTEM= 1
|
|
MYGUI_SUBDIR= Platforms/Dummy/DummyPlatform
|
|
|
|
.include "${MASTERDIR}/Makefile"
|