aboutsummaryrefslogtreecommitdiff
path: root/textproc/m17n-im-config
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-11 11:14:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-11 11:14:22 +0000
commit7854dcaffb1a2019c82aa0d983b3e17ee9e1a8d7 (patch)
treee07b37ffb05ebc7372353fcb28ecf78fa99f5557 /textproc/m17n-im-config
parent6f312588cf75ad8bbfd989daa87866a3c14295d3 (diff)
downloadports-7854dcaffb1a2019c82aa0d983b3e17ee9e1a8d7.tar.gz
ports-7854dcaffb1a2019c82aa0d983b3e17ee9e1a8d7.zip
The program m17n-im-config provides a GUI for per-user configuration of
input methods of the m17n library (devel/m17n-lib and textproc/m17n-contrib). The following methods are customisable at the moment: Unicode, Vietnamese, Malayalam, Tibetan, Thai, Japanese and Chinese. WWW: http://www.m17n.org http://www.m17n.org/common/im-config/index.html PR: ports/127893 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Notes
Notes: svn path=/head/; revision=225699
Diffstat (limited to 'textproc/m17n-im-config')
-rw-r--r--textproc/m17n-im-config/Makefile37
-rw-r--r--textproc/m17n-im-config/distinfo3
-rw-r--r--textproc/m17n-im-config/pkg-descr8
-rw-r--r--textproc/m17n-im-config/pkg-plist9
4 files changed, 57 insertions, 0 deletions
diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile
new file mode 100644
index 000000000000..13bda4cb3181
--- /dev/null
+++ b/textproc/m17n-im-config/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: m17n-im-config
+# Date created: 1 October 2008
+# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= m17n-im-config
+PORTVERSION= 0.9.0
+CATEGORIES= textproc
+MASTER_SITES= http://anthesphoria.net/FreeBSD/ports/distfiles/ \
+ http://www.m17n.org/common/im-config/
+
+MAINTAINER= nikola.lecic@anthesphoria.net
+COMMENT= A GUI for per-user configuration of m17n-lib input methods
+
+LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib
+
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gtk20 intltool intlhack pkgconfig glib20
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|^pkgconfigdir = $${libdir}/pkgconfig|pkgconfigdir = $${prefix}/libdata/pkgconfig|' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/textproc/m17n-im-config/distinfo b/textproc/m17n-im-config/distinfo
new file mode 100644
index 000000000000..063dd28dfc16
--- /dev/null
+++ b/textproc/m17n-im-config/distinfo
@@ -0,0 +1,3 @@
+MD5 (m17n-im-config-0.9.0.tar.gz) = dfb1812d604c5b2392ebb7e47034c3f9
+SHA256 (m17n-im-config-0.9.0.tar.gz) = a5f24f9bf70de4c1b840af889128cde80e62e40b1f2aac3ef64203d6ee3fee01
+SIZE (m17n-im-config-0.9.0.tar.gz) = 383283
diff --git a/textproc/m17n-im-config/pkg-descr b/textproc/m17n-im-config/pkg-descr
new file mode 100644
index 000000000000..a2b005a97423
--- /dev/null
+++ b/textproc/m17n-im-config/pkg-descr
@@ -0,0 +1,8 @@
+The program m17n-im-config provides a GUI for per-user configuration of
+input methods of the m17n library (devel/m17n-lib and textproc/m17n-contrib).
+
+The following methods are customisable at the moment: Unicode, Vietnamese,
+Malayalam, Tibetan, Thai, Japanese and Chinese.
+
+WWW: http://www.m17n.org
+ http://www.m17n.org/common/im-config/index.html
diff --git a/textproc/m17n-im-config/pkg-plist b/textproc/m17n-im-config/pkg-plist
new file mode 100644
index 000000000000..82a9899954f8
--- /dev/null
+++ b/textproc/m17n-im-config/pkg-plist
@@ -0,0 +1,9 @@
+%%NLS%%share/locale/ja/LC_MESSAGES/m17n-im-config.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/m17n-im-config.mo
+bin/m17n-im-config
+include/m17n-im-config.h
+lib/libm17n-im-config.so.0
+lib/libm17n-im-config.so
+lib/libm17n-im-config.la
+lib/libm17n-im-config.a
+libdata/pkgconfig/m17n-im-config.pc