summaryrefslogtreecommitdiff
path: root/inputmethod/scim-uim/Makefile
diff options
context:
space:
mode:
authorobache <obache>2009-11-24 12:10:25 +0000
committerobache <obache>2009-11-24 12:10:25 +0000
commit4ac05b1c9a6ccb53b36aacdfddcfdbbf612951e4 (patch)
tree300ba4ed2d97396eda8bff944736da48de3f0aaf /inputmethod/scim-uim/Makefile
parentead7e799b325d37b31a92a536a938dbdefd7e423 (diff)
downloadpkgsrc-4ac05b1c9a6ccb53b36aacdfddcfdbbf612951e4.tar.gz
Import scim-uim-0.2.0 as inputmethod/scim-uim.
scim-uim is an SCIM IMEngine module for uim.
Diffstat (limited to 'inputmethod/scim-uim/Makefile')
-rw-r--r--inputmethod/scim-uim/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/inputmethod/scim-uim/Makefile b/inputmethod/scim-uim/Makefile
new file mode 100644
index 00000000000..aab0f3b56a7
--- /dev/null
+++ b/inputmethod/scim-uim/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $
+#
+
+DISTNAME= scim-uim-0.2.0
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.scim-im.org/
+COMMENT= SCIM IMEngine module for UIM
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
+
+.include "../../inputmethod/scim/buildlink3.mk"
+.include "../../inputmethod/uim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"