diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-05 10:39:10 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-05 10:39:10 +0000 |
commit | fb53d412c9b5b66ccbd22e66b01bc29d5099dab7 (patch) | |
tree | 78db25980cbe9d7a4ff26373a6c9d49494e0b41b /korean | |
parent | b572e778c1268c293e36e2568d2218020275662f (diff) | |
download | ports-fb53d412c9b5b66ccbd22e66b01bc29d5099dab7.tar.gz ports-fb53d412c9b5b66ccbd22e66b01bc29d5099dab7.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/nabi/Makefile | 29 | ||||
-rw-r--r-- | korean/nabi/distinfo | 1 | ||||
-rw-r--r-- | korean/nabi/pkg-descr | 6 | ||||
-rw-r--r-- | korean/nabi/pkg-plist | 40 |
5 files changed, 77 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 44af62f37b54..f1b61f55e914 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -57,6 +57,7 @@ SUBDIR += msdosfs SUBDIR += mule-freewnn SUBDIR += munhwafonts-cid + SUBDIR += nabi SUBDIR += netdic SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile new file mode 100644 index 000000000000..2df290fc68a9 --- /dev/null +++ b/korean/nabi/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: nabi +# Date created: 5 August 2003 +# Whom: Hye-Shik Chang <perky@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nabi +PORTVERSION= 0.1 +CATEGORIES= korean gnome x11 +MASTER_SITES= http://download.kldp.net/imhangul/ + +MAINTAINER= perky@FreeBSD.org +COMMENT= Hangul X Input Method for Everywhere + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomepanel +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LIBS="-L${X11BASE}/lib" + +post-patch: + ${REINPLACE_CMD} -e 's,#include <malloc.h>,,' ${WRKSRC}/IMdkit/IMConn.c + +post-install: + cd ${WRKSRC}/po && ${MAKE} install-data-yes + +.include <bsd.port.mk> diff --git a/korean/nabi/distinfo b/korean/nabi/distinfo new file mode 100644 index 000000000000..d5b80baf3698 --- /dev/null +++ b/korean/nabi/distinfo @@ -0,0 +1 @@ +MD5 (nabi-0.1.tar.gz) = 4023a77949773ecda7dcc67cd7bc2082 diff --git a/korean/nabi/pkg-descr b/korean/nabi/pkg-descr new file mode 100644 index 000000000000..f70522a3fb52 --- /dev/null +++ b/korean/nabi/pkg-descr @@ -0,0 +1,6 @@ +Nabi is a X Hangul Input Method based on GTK+2. But, it can be +docked into GNOME panel or even KDE panel and it's able to be +used in any X11-based applications. + +-- +WWW: http://kldp.net/project/shownotes.php?release_id=371 diff --git a/korean/nabi/pkg-plist b/korean/nabi/pkg-plist new file mode 100644 index 000000000000..7a9e7d286148 --- /dev/null +++ b/korean/nabi/pkg-plist @@ -0,0 +1,40 @@ +bin/nabi +share/gnome/nabi/compose/default +share/gnome/nabi/keyboard/2qwerty +share/gnome/nabi/keyboard/32qwerty +share/gnome/nabi/keyboard/39qwerty +share/gnome/nabi/keyboard/3fqwerty +share/gnome/nabi/themes/SimplyRed/none.png +share/gnome/nabi/themes/SimplyRed/hangul.png +share/gnome/nabi/themes/SimplyRed/english.png +share/gnome/nabi/themes/MSWindows/none.png +share/gnome/nabi/themes/MSWindows/hangul.png +share/gnome/nabi/themes/MSWindows/english.png +share/gnome/nabi/themes/Mac/none.png +share/gnome/nabi/themes/Mac/hangul.png +share/gnome/nabi/themes/Mac/english.png +share/gnome/nabi/themes/Mac/README +share/gnome/nabi/themes/Onion/none.png +share/gnome/nabi/themes/Onion/hangul.png +share/gnome/nabi/themes/Onion/english.png +share/gnome/nabi/themes/Onion/README +share/gnome/nabi/themes/keyboard/none.png +share/gnome/nabi/themes/keyboard/hangul.png +share/gnome/nabi/themes/keyboard/english.png +share/gnome/nabi/themes/keyboard/README +share/gnome/nabi/themes/KingSejong/none.png +share/gnome/nabi/themes/KingSejong/hangul.png +share/gnome/nabi/themes/KingSejong/english.png +share/gnome/nabi/themes/KingSejong/README +share/gnome/nabi/nabi.png +share/locale/ko/LC_MESSAGES/nabi.mo +@dirrm share/gnome/nabi/themes/keyboard +@dirrm share/gnome/nabi/themes/SimplyRed +@dirrm share/gnome/nabi/themes/Onion +@dirrm share/gnome/nabi/themes/Mac +@dirrm share/gnome/nabi/themes/MSWindows +@dirrm share/gnome/nabi/themes/KingSejong +@dirrm share/gnome/nabi/themes +@dirrm share/gnome/nabi/keyboard +@dirrm share/gnome/nabi/compose +@dirrm share/gnome/nabi |