summaryrefslogtreecommitdiffstats
path: root/korean/nabi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/nabi/Makefile')
-rw-r--r--korean/nabi/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
new file mode 100644
index 000000000..45011b7db
--- /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.15
+PORTREVISION= 4
+CATEGORIES= korean gnome
+MASTER_SITES= http://kldp.net/frs/download.php/1651/
+
+MAINTAINER= perky@FreeBSD.org
+COMMENT= Hangul X Input Method for Everywhere
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gtk20
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+
+.if defined(WITH_LAYOUT_390)
+CONFIGURE_ARGS= --with-default-keyboard=39
+.elif defined(WITH_LAYOUT_3FINAL)
+CONFIGURE_ARGS= --with-default-keyboard=3f
+.endif
+
+.include <bsd.port.mk>