summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-08 06:58:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-08 06:58:22 +0800
commit8ca283dff3b4711d968618bd3c4d32dc45c41cfc (patch)
tree107df2f54397c450d468ab157aa0b1c18039156e /textproc
parent084f232f9e54b3a1b764ebc69d5eaae6c22ce124 (diff)
downloadmarcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.tar
marcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.tar.gz
marcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.tar.bz2
marcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.tar.lz
marcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.tar.xz
marcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.tar.zst
marcuscom-ports-8ca283dff3b4711d968618bd3c4d32dc45c41cfc.zip
Add a hack to fix the build with GNOME 2.26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r--textproc/uim-gnome/Makefile37
-rw-r--r--textproc/uim-gnome/pkg-descr3
-rw-r--r--textproc/uim-gnome/pkg-plist2
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