diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/uim-qt/Makefile | 27 | ||||
-rw-r--r-- | textproc/uim-qt/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/uim-qt/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e15251efb2b5..c3ed94a49b7c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -792,6 +792,7 @@ SUBDIR += uim-gnome SUBDIR += uim-gtk SUBDIR += uim-m17nlib + SUBDIR += uim-qt SUBDIR += uni2ascii SUBDIR += unroff SUBDIR += unrtf diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile new file mode 100644 index 000000000000..b23df1126d56 --- /dev/null +++ b/textproc/uim-qt/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: uim-qt +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -qt + +COMMENT= QT modules of uim input method + +RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-qt +CONFIGURE_ENV= QTDIR=${X11BASE}/lib QTINCDIR=${X11BASE}/include \ + CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include" LIBS="${LIBS} ${PTHREAD_LIBS} -L${X11BASE}/lib" + +UIM_SLAVE= yes + +do-install: + (cd ${WRKSRC}/qt && ${GMAKE} install) + (cd ${WRKSRC}/helper && ${GMAKE} install) + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-qt/pkg-descr b/textproc/uim-qt/pkg-descr new file mode 100644 index 000000000000..e9317fc8a4cd --- /dev/null +++ b/textproc/uim-qt/pkg-descr @@ -0,0 +1,3 @@ +QT modules of uim input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/textproc/uim-qt/pkg-plist b/textproc/uim-qt/pkg-plist new file mode 100644 index 000000000000..552a1ed03a76 --- /dev/null +++ b/textproc/uim-qt/pkg-plist @@ -0,0 +1,8 @@ +bin/uim-chardict-qt +bin/uim-im-switcher-qt +bin/uim-pref-qt +bin/uim-toolbar-qt +libexec/uim-candwin-qt +%%DATADIR%%/helperdata/bushu.t +share/locale/ja/LC_MESSAGES/uim-chardict-qt.mo +@dirrm %%DATADIR%%/helperdata |