summaryrefslogtreecommitdiff
path: root/inputmethod/scim-fcitx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/scim-fcitx/Makefile')
-rw-r--r--inputmethod/scim-fcitx/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/inputmethod/scim-fcitx/Makefile b/inputmethod/scim-fcitx/Makefile
new file mode 100644
index 00000000000..c625bce1212
--- /dev/null
+++ b/inputmethod/scim-fcitx/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:53:35 obache Exp $
+#
+
+DISTNAME= scim-fcitx.3.1.1
+PKGNAME= scim-fcitx-3.1.1
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.scim-im.org/
+COMMENT= Fcitx ported to SCIM
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CONFLICTS= fcitx-[0-9]*
+
+WRKSRC= ${WRKDIR}/fcitx
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+MAKE_JOBS_SAFE= no
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../inputmethod/scim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"