diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-26 18:02:49 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-26 18:02:49 +0000 |
commit | e9567db0fae2b28ddeb48a6be723cecb32ea9193 (patch) | |
tree | 7188409a9380d9bf871f7f11d506b159ffac7c36 /textproc/uim | |
parent | ef77fb733cefb1bb17ff9d9091a98b36484e1d28 (diff) |
Notes
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 16 | ||||
-rw-r--r-- | textproc/uim/pkg-plist | 2 |
2 files changed, 15 insertions, 3 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index f989e1624903..46981f61db24 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -7,7 +7,7 @@ PORTNAME= uim PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= textproc MASTER_SITES= http://uim.freedesktop.org/releases/ @@ -22,11 +22,14 @@ USE_GNOME+= gnometarget glib20 USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes +.if !defined(UIM_SLAVE) +USE_GNOME+= gtk20 +.endif LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if !defined(UIM_SLAVE) -CONFIGURE_ARGS= --enable-emacs +CONFIGURE_ARGS= --enable-emacs --with-gtk2 .endif CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" @@ -79,6 +82,15 @@ pre-everything:: post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/scm/skk-custom.scm +do-install: +.if !defined(UIM_SLAVE) + cd ${WRKSRC} && ${GMAKE} install-data-am +.for d in uim scm xim po fep emacs pixmaps + cd ${WRKSRC}/${d} && ${GMAKE} install +.endfor + cd ${WRKSRC}/helper && ${GMAKE} install-libexecPROGRAMS +.endif + .if !defined(UIM_SLAVE) && !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} diff --git a/textproc/uim/pkg-plist b/textproc/uim/pkg-plist index 6ae53b2567c0..f2950bd9120c 100644 --- a/textproc/uim/pkg-plist +++ b/textproc/uim/pkg-plist @@ -27,11 +27,11 @@ lib/uim/plugin/libuim-skk.a lib/uim/plugin/libuim-skk.la lib/uim/plugin/libuim-skk.so libdata/pkgconfig/uim.pc +libexec/uim-candwin-gtk libexec/uim-helper-server share/applications/uim.desktop share/locale/fr/LC_MESSAGES/uim.mo share/locale/ja/LC_MESSAGES/uim.mo -share/locale/ja/LC_MESSAGES/uim-chardict-qt.mo share/locale/ko/LC_MESSAGES/uim.mo %%PORTDOCS%%%%DOCSDIR_JA%%/README.fep %%PORTDOCS%%%%DOCSDIR%%/KEY |