pkgsrc/x11/wxGTK26/Makefile
joerg 9ad96b2b84 Add missing pangox-compat dependency in wxGTK24 and wxGTK26.
Recursive bump for the new dependency.
2012-10-24 15:48:32 +00:00

32 lines
839 B
Makefile

# $NetBSD: Makefile,v 1.20 2012/10/24 15:48:32 joerg Exp $
#
.include "Makefile.common"
PKGREVISION= 19
COMMENT= GTK-based implementation of the wxWidgets GUI library
REPLACE_SH= wx-config.in wx-config-inplace.in
post-build:
set -e; cd ${WRKSRC}/locale; \
for lang in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk \
zh_CN zh_TW; do \
${TOOLS_PATH.msgfmt} -c -o $${lang}.mo $${lang}.po; \
done
set -e; cd ${WRKSRC}/locale/msw; \
for lang in it; do \
${TOOLS_PATH.msgfmt} -c -o $${lang}.mo $${lang}.po; \
done
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DESTDIR}${DOCDIR}/LICENSE
# for backtrace
.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
LIBS+= -lexecinfo
.endif
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"