diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-gnome/Makefile | 37 | ||||
-rw-r--r-- | textproc/uim-gnome/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/uim-gnome/pkg-plist | 2 |
3 files changed, 42 insertions, 0 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile new file mode 100644 index 000000000..630b89dca --- /dev/null +++ b/textproc/uim-gnome/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: uim-gnome +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD: ports/textproc/uim-gnome/Makefile,v 1.8 2008/05/11 13:09:44 nobutaka Exp $ +# + +PKGNAMESUFFIX= -gnome + +COMMENT= GNOME applets of uim input method + +USE_GNOME= gtk20 gnomepanel +LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim +RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" +CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet + +UIM_SLAVE= yes + +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in + +.if defined(WITHOUT_X11) +IGNORE= requires X11 +.endif + +do-build: + (cd ${WRKSRC}/helper && ${GMAKE}) + +do-install: + (cd ${WRKSRC}/helper && \ + ${GMAKE} am__EXEEXT_3="" install-serverDATA install-libexecPROGRAMS) + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-gnome/pkg-descr b/textproc/uim-gnome/pkg-descr new file mode 100644 index 000000000..ce50b062d --- /dev/null +++ b/textproc/uim-gnome/pkg-descr @@ -0,0 +1,3 @@ +GNOME applets of uim input method. + +WWW: http://code.google.com/p/uim/ diff --git a/textproc/uim-gnome/pkg-plist b/textproc/uim-gnome/pkg-plist new file mode 100644 index 000000000..2cb036d37 --- /dev/null +++ b/textproc/uim-gnome/pkg-plist @@ -0,0 +1,2 @@ +libdata/bonobo/servers/GNOME_UimApplet.server +libexec/uim-toolbar-applet |