freebsd-ports/x11-toolkits/mygui-dummy/Makefile
Dmitry Marakasov 24ca34ac96 Split render engine modules into separate ports to allow multiple
render modules installed at the same time without introducing
unneeded dependencies.

PR:		205726
2016-01-16 17:48:12 +00:00

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"