diff options
author | junyoung <junyoung@pkgsrc.org> | 2003-09-27 03:23:33 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2003-09-27 03:23:33 +0000 |
commit | 1116e5bc469d58ab4b8b6a8835ff16e3cb6be0e8 (patch) | |
tree | 19e92fc9ca59e9ae5a2e7c9f39fcf1ced85d6bf4 /inputmethod/nabi/Makefile | |
parent | 926a74062f5f5667f086e03ed862c5b55e70800c (diff) | |
download | pkgsrc-1116e5bc469d58ab4b8b6a8835ff16e3cb6be0e8.tar.gz |
X Input Method for Korean.
Diffstat (limited to 'inputmethod/nabi/Makefile')
-rw-r--r-- | inputmethod/nabi/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile new file mode 100644 index 00000000000..cbef276eb09 --- /dev/null +++ b/inputmethod/nabi/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/27 03:23:33 junyoung Exp $ +# + +DISTNAME= nabi-0.7 +CATEGORIES= korean inputmethod +MASTER_SITES= http://download.kldp.net/nabi/ + +MAINTAINER= minskim@bawi.org +HOMEPAGE= http://nabi.kldp.net/ +COMMENT= X Input Method for Korean + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES + +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |