Tue Aug 31 00:53:05 2010 UTC ()
Need pkg-config.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-chewing/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-chewing/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-chewing/Makefile 2010/08/07 01:56:36 1.1.1.1
+++ pkgsrc/inputmethod/ibus-chewing/Makefile 2010/08/31 00:53:04 1.2
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 01:56:36 obache Exp $ 1# $NetBSD: Makefile,v 1.2 2010/08/31 00:53:04 obache Exp $
2# 2#
3 3
4DISTNAME= ibus-chewing-1.3.6.20100730-Source 4DISTNAME= ibus-chewing-1.3.6.20100730-Source
5PKGNAME= ${DISTNAME:S/-Source//} 5PKGNAME= ${DISTNAME:S/-Source//}
6CATEGORIES= inputmethod chinese 6CATEGORIES= inputmethod chinese
7MASTER_SITES= http://ibus.googlecode.com/files/ 7MASTER_SITES= http://ibus.googlecode.com/files/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://code.google.com/p/ibus/ 10HOMEPAGE= http://code.google.com/p/ibus/
11COMMENT= Chewing engine for IBus input platform 11COMMENT= Chewing engine for IBus input platform
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2 16BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2
17 17
18USE_CMAKE= yes 18USE_CMAKE= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
21USE_TOOLS+= msgmerge 21USE_TOOLS+= msgmerge pkg-config
22 22
23SUBST_CLASSES+= msgctxt 23SUBST_CLASSES+= msgctxt
24SUBST_STAGE.msgctxt= post-extract 24SUBST_STAGE.msgctxt= post-extract
25SUBST_FILES.msgctxt= po/*.po po/*.pot 25SUBST_FILES.msgctxt= po/*.po po/*.pot
26SUBST_FILTER_CMD.msgctxt= ${STRIP_CMD.${MSGFMT_STRIP_MSGCTXT}} 26SUBST_FILTER_CMD.msgctxt= ${STRIP_CMD.${MSGFMT_STRIP_MSGCTXT}}
27STRIP_CMD.yes= ${AWK} -f ${PKGSRCDIR}/mk/tools/msgfmt-msgctxt.awk 27STRIP_CMD.yes= ${AWK} -f ${PKGSRCDIR}/mk/tools/msgfmt-msgctxt.awk
28STRIP_CMD.no= ${CAT} 28STRIP_CMD.no= ${CAT}
29 29
30GCONF_SCHEMAS= ibus-chewing.schemas 30GCONF_SCHEMAS= ibus-chewing.schemas
31CMAKE_ARGS+= -DGCONF_SCHEMAS_INSTALLED_DIR=${GCONF_SCHEMAS_DIR} 31CMAKE_ARGS+= -DGCONF_SCHEMAS_INSTALLED_DIR=${GCONF_SCHEMAS_DIR}
32 32
33.include "../../devel/GConf/schemas.mk" 33.include "../../devel/GConf/schemas.mk"
34.include "../../inputmethod/ibus/buildlink3.mk" 34.include "../../inputmethod/ibus/buildlink3.mk"