# $MidnightBSD: stable/1.0/share/examples/libvgl/Makefile 11825 2018-07-13 00:01:35Z laffer1 $
# $FreeBSD: stable/10/share/examples/libvgl/Makefile 276486 2014-12-31 23:25:37Z ngie $

PROG=	demo
MAN=
DPADD=	${LIBVGL}
LDADD=	-lvgl

.include <bsd.prog.mk>
