summaryrefslogtreecommitdiff
path: root/inputmethod/xcin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/xcin/Makefile')
-rw-r--r--inputmethod/xcin/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile
new file mode 100644
index 00000000000..17adbcea0f1
--- /dev/null
+++ b/inputmethod/xcin/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 08:46:59 uebayasi Exp $
+#
+
+DISTNAME= xcin-2.5.3.pre2
+PKGNAME= xcin-2.5.3rc2
+CATEGORIES= chinese x11
+MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://xcin.linux.org.tw/
+COMMENT= Chinese XIM server
+
+USE_PERL5= yes
+USE_X11BASE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/script/ltmain.sh
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/xcin
+
+post-extract:
+ ${MV} ${WRKSRC}/doc/man ${WRKSRC}
+
+post-configure:
+ # this pkg generates libtool script from configure file
+ cd ${WRKSRC} && script/ltmain.sh
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcin
+ ${CP} -Rf ${WRKSRC}/doc/* ${PREFIX}/share/doc/xcin
+
+.include "../../converters/libiconv/buildlink.mk"
+.include "../../databases/db3/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../inputmethod/libtabe/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"