a45754f4d8
changes.
29 lines
823 B
Makefile
29 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/09/11 22:31:01 joerg Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/evas/evas-sdl/}
|
|
|
|
COMMENT= Evas SDL engine
|
|
|
|
EVAS_ENGINES= sdl
|
|
|
|
.include "../../graphics/evas/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-software-sdl
|
|
|
|
BUILD_DIRS= src/modules/engines/software_sdl
|
|
MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la \$${evas_engine_software_sdl_libs}" \
|
|
module_la_DEPENDENCIES=
|
|
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
PKGCONFIG_OVERRIDE= evas-software-sdl.pc.in
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/evas/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/evas-software-sdl.pc \
|
|
${DESTDIR}${PREFIX}/lib/pkgconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|