pkgsrc/graphics/evas-buffer/Makefile

27 lines
695 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2011/12/05 17:33:32 joerg Exp $
PKGNAME= evas-buffer-${EVAS_VERSION}
COMMENT= Evas buffer engine
EVAS_ENGINES= buffer
.include "../../graphics/evas/Makefile.common"
BUILD_DIRS= src/modules/engines/buffer
MAKE_FLAGS+= module_la_LIBADD=${BUILDLINK_PREFIX.evas}/lib/libevas.la \
module_la_DEPENDENCIES=
INSTALLATION_DIRS+= lib/pkgconfig
PKGCONFIG_OVERRIDE= evas-software-buffer.pc.in
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/evas/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/evas-software-buffer.pc \
${DESTDIR}${PREFIX}/lib/pkgconfig
.include "../../mk/bsd.pkg.mk"