diff options
-rw-r--r-- | inputmethod/m17n-im-config/DESCR | 4 | ||||
-rw-r--r-- | inputmethod/m17n-im-config/Makefile | 24 | ||||
-rw-r--r-- | inputmethod/m17n-im-config/PLIST | 7 | ||||
-rw-r--r-- | inputmethod/m17n-im-config/buildlink3.mk | 23 | ||||
-rw-r--r-- | inputmethod/m17n-im-config/distinfo | 5 |
5 files changed, 63 insertions, 0 deletions
diff --git a/inputmethod/m17n-im-config/DESCR b/inputmethod/m17n-im-config/DESCR new file mode 100644 index 00000000000..fd70ac20fd0 --- /dev/null +++ b/inputmethod/m17n-im-config/DESCR @@ -0,0 +1,4 @@ +The m17n-im-config package provides a C library (libm17n-im-config.so) to create +a GTK+ widget for per-user configuration of input methods provided by the m17n +library, and a standalone GTK+ program (m17n-im-config) that uses the above +widget. diff --git a/inputmethod/m17n-im-config/Makefile b/inputmethod/m17n-im-config/Makefile new file mode 100644 index 00000000000..202febb99cc --- /dev/null +++ b/inputmethod/m17n-im-config/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $ +# + +DISTNAME= m17n-im-config-0.9.0 +CATEGORIES= inputmethod devel +MASTER_SITES= http://www.m17n.org/m17n-lib-download/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.m17n.org/common/im-config/index.html +COMMENT= Configuration input methods of the m17n library + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_PKGLOCALEDIR= yes + +PKGCONFIG_OVERRIDE+= m17n-im-config.pc.in + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/m17n-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/m17n-im-config/PLIST b/inputmethod/m17n-im-config/PLIST new file mode 100644 index 00000000000..6eb29314bd1 --- /dev/null +++ b/inputmethod/m17n-im-config/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $ +bin/m17n-im-config +include/m17n-im-config.h +lib/libm17n-im-config.la +lib/pkgconfig/m17n-im-config.pc +share/locale/fr/LC_MESSAGES/m17n-im-config.mo +share/locale/ja/LC_MESSAGES/m17n-im-config.mo diff --git a/inputmethod/m17n-im-config/buildlink3.mk b/inputmethod/m17n-im-config/buildlink3.mk new file mode 100644 index 00000000000..363e590b8e3 --- /dev/null +++ b/inputmethod/m17n-im-config/buildlink3.mk @@ -0,0 +1,23 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +M17N_IM_CONFIG_BUILDLINK3_MK:= ${M17N_IM_CONFIG_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= m17n-im-config +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nm17n-im-config} +BUILDLINK_PACKAGES+= m17n-im-config +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}m17n-im-config + +.if ${M17N_IM_CONFIG_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.m17n-im-config+= m17n-im-config>=0.9.0 +BUILDLINK_PKGSRCDIR.m17n-im-config?= ../../inputmethod/m17n-im-config +.endif # M17N_IM_CONFIG_BUILDLINK3_MK + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/m17n-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/inputmethod/m17n-im-config/distinfo b/inputmethod/m17n-im-config/distinfo new file mode 100644 index 00000000000..c47e2e2432e --- /dev/null +++ b/inputmethod/m17n-im-config/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $ + +SHA1 (m17n-im-config-0.9.0.tar.gz) = 48adcaadaec6bcf65e7625037e97166dd170cf59 +RMD160 (m17n-im-config-0.9.0.tar.gz) = 6afddb4dfa2702839144df35ad6139c7403d0a67 +Size (m17n-im-config-0.9.0.tar.gz) = 383283 bytes |