diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:43:18 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:43:18 +0000 |
commit | aafe13758277dbbcdb3b41b6f84bddd4ae16be27 (patch) | |
tree | 7b72028bfc00e1daffb37eb286cb35dba3e9cfce | |
parent | bc3ddb9600563727983837792fac3c169daf2f53 (diff) | |
download | ports-aafe13758277dbbcdb3b41b6f84bddd4ae16be27.tar.gz ports-aafe13758277dbbcdb3b41b6f84bddd4ae16be27.zip |
Add uim-gnome. GNOME applets of uim input method
PR: ports/95785
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Notes
Notes:
svn path=/head/; revision=159728
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7226f31ecad1..218118e5308d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -789,6 +789,7 @@ SUBDIR += uim SUBDIR += uim-el SUBDIR += uim-el-xemacs21-mule + SUBDIR += uim-gnome SUBDIR += uni2ascii SUBDIR += unroff SUBDIR += unrtf 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 |