diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/imhangul/DESCR | 2 | ||||
-rw-r--r-- | inputmethod/imhangul/Makefile | 20 | ||||
-rw-r--r-- | inputmethod/imhangul/PLIST | 5 | ||||
-rw-r--r-- | inputmethod/imhangul/distinfo | 5 | ||||
-rw-r--r-- | inputmethod/imhangul/patches/patch-aa | 12 |
5 files changed, 44 insertions, 0 deletions
diff --git a/inputmethod/imhangul/DESCR b/inputmethod/imhangul/DESCR new file mode 100644 index 00000000000..7eb5c084943 --- /dev/null +++ b/inputmethod/imhangul/DESCR @@ -0,0 +1,2 @@ +Imhangul is a Hangul input module for GTK+ 2. This supports Korean +Hangul input with several types of keyboards widely used in Korea. diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile new file mode 100644 index 00000000000..d61bf3a8bbc --- /dev/null +++ b/inputmethod/imhangul/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $ + +DISTNAME= imhangul-0.9.9 +CATEGORIES= inputmethod korean +MASTER_SITES= http://download.kldp.net/imhangul/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://imhangul.kldp.net/ +COMMENT= GTK+-2.0 Hangul Input Module + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GTK2_IMMODULES= YES + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/imhangul/PLIST b/inputmethod/imhangul/PLIST new file mode 100644 index 00000000000..1a6a8b00a0d --- /dev/null +++ b/inputmethod/imhangul/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $ +lib/gtk-2.0/immodules/im-hangul.a +lib/gtk-2.0/immodules/im-hangul.la +lib/gtk-2.0/immodules/im-hangul.so +@dirrm lib/gtk-2.0/immodules diff --git a/inputmethod/imhangul/distinfo b/inputmethod/imhangul/distinfo new file mode 100644 index 00000000000..e5e645b9138 --- /dev/null +++ b/inputmethod/imhangul/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $ + +SHA1 (imhangul-0.9.9.tar.bz2) = acaa813dbf37b8584219a0ad19a577c48b19f63d +Size (imhangul-0.9.9.tar.bz2) = 259108 bytes +SHA1 (patch-aa) = bfb6a9a72abbee7eb03c4b597f2f971439265ad1 diff --git a/inputmethod/imhangul/patches/patch-aa b/inputmethod/imhangul/patches/patch-aa new file mode 100644 index 00000000000..a0e9178353a --- /dev/null +++ b/inputmethod/imhangul/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $ + +--- Makefile.in.orig 2003-12-20 07:35:45.000000000 -0600 ++++ Makefile.in +@@ -696,6 +696,7 @@ uninstall-am: uninstall-info-am uninstal + + + install-data-hook: ++no-install-data-hook: + if test -z "$(DESTDIR)" ; then \ + $(mkinstalldirs) $(sysconfdir)/gtk-2.0; \ + gtk-query-immodules-2.0 > $(DESTDIR)/$(GTK_IMMODULES); \ |