diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-04-17 00:43:18 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-04-17 00:43:18 +0800 |
commit | 11719f0b4d798d72e83ee1507c5a35486c470a02 (patch) | |
tree | d0d0e9df1edbdb8650a0b280e3975a4ddffa7027 /textproc/uim-gnome | |
parent | 5741ade3b75d016282ed9746eb496500ba7c8959 (diff) | |
download | freebsd-ports-gnome-11719f0b4d798d72e83ee1507c5a35486c470a02.tar.gz freebsd-ports-gnome-11719f0b4d798d72e83ee1507c5a35486c470a02.tar.zst freebsd-ports-gnome-11719f0b4d798d72e83ee1507c5a35486c470a02.zip |
Add uim-gnome. GNOME applets of uim input method
PR: ports/95785
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 25 | ||||
-rw-r--r-- | textproc/uim-gnome/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/uim-gnome/pkg-plist | 3 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile new file mode 100644 index 000000000000..f1b5b4eb2e03 --- /dev/null +++ b/textproc/uim-gnome/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: uim-gnome +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -gnome + +COMMENT= GNOME applets of uim input method + +USE_GNOME= gtk20 gnomepanel +RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-gtk2 --with-gnome2 --enable-applet + +UIM_SLAVE= yes + +do-install: + cd ${WRKSRC}/helper && \ + ${GMAKE} am__EXEEXT_3= install-serverDATA install-libexecPROGRAMS install-exec-hook-applet + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-gnome/pkg-descr b/textproc/uim-gnome/pkg-descr new file mode 100644 index 000000000000..e37490054a55 --- /dev/null +++ b/textproc/uim-gnome/pkg-descr @@ -0,0 +1,3 @@ +GNOME applets of uim input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/textproc/uim-gnome/pkg-plist b/textproc/uim-gnome/pkg-plist new file mode 100644 index 000000000000..24cb4d26414a --- /dev/null +++ b/textproc/uim-gnome/pkg-plist @@ -0,0 +1,3 @@ +libdata/bonobo/servers/GNOME_UimApplet.server +libexec/uim-helper-applet +libexec/uim-toolbar-applet |