aboutsummaryrefslogtreecommitdiff
path: root/share/examples/libvgl/Makefile
blob: 7c30aa0b6e6c88ecc36d8b7acd10affba1f673ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/libvgl
PROG=	demo
MAN=
DPADD=	${LIBVGL}
LDADD=	-lvgl

.include <bsd.prog.mk>