diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:47:40 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:47:40 +0000 |
commit | be9825e4f45ba60e7adf2ddaa85ac2f634e363f5 (patch) | |
tree | d10d593ebca116091edb97551ee4d409420dc697 /textproc/uim-qt | |
parent | e1cb76089d56bec642118229227e081ccdf4512b (diff) |
Notes
Diffstat (limited to 'textproc/uim-qt')
-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 |
3 files changed, 38 insertions, 0 deletions
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 |