1 # $NetBSD: Makefile,v 1.21 2013/01/26 21:36:59 adam Exp $
4 .
include "Makefile.common"
7 COMMENT
= GTK-based implementation of the wxWidgets GUI library
9 REPLACE_SH
= wx-config.in wx-config-inplace.in
12 set
-e
; cd
${WRKSRC}/locale
; \
13 for lang in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk \
15 ${TOOLS_PATH.msgfmt
} -c
-o
$${lang}.mo
$${lang}.po
; \
17 set
-e
; cd
${WRKSRC}/locale
/msw
; \
19 ${TOOLS_PATH.msgfmt
} -c
-o
$${lang}.mo
$${lang}.po
; \
23 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
24 ${INSTALL_DATA} ${WRKSRC}/LICENCE.txt
${DESTDIR}${DOCDIR}/LICENSE
27 .if
${OPSYS} == "NetBSD" && exists
(/usr
/include/execinfo.h
)
31 .
include "../../mk/oss.buildlink3.mk"
32 .
include "../../mk/bsd.pkg.mk"