aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim-gnome/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-11 20:42:45 +0800
committerbapt <bapt@FreeBSD.org>2014-04-11 20:42:45 +0800
commitc568e88af563c4644129ff6907bcf700f3d0fe02 (patch)
treed0941216885b3e1a441f3cd818ed315d94f5893e /textproc/uim-gnome/Makefile
parentb20434f09245905af6aadd923608e3ab52487092 (diff)
downloadfreebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.tar.gz
freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.tar.zst
freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.zip
2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
Diffstat (limited to 'textproc/uim-gnome/Makefile')
-rw-r--r--textproc/uim-gnome/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile
deleted file mode 100644
index ba9058d14185..000000000000
--- a/textproc/uim-gnome/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-# $FreeBSD$
-
-PKGNAMESUFFIX= -gnome
-
-COMMENT= GNOME applets of uim input method
-
-USE_GNOME= gtk20 gnomepanel libgnomeui
-LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
-RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk
-
-DEPRECATED= gnome-panel 2.x will be updated in the GNOME 3 import
-EXPIRATION_DATE=2014-04-10
-
-MASTERDIR= ${.CURDIR}/../../textproc/uim
-PKGDIR= ${.CURDIR}
-CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
-CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0`
-CONFIGURE_ARGS= --with-gtk2 --enable-gnome-applet
-
-UIM_SLAVE= yes
-
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk2_toolbar_Makefile.in
-
-.if defined(WITHOUT_X11)
-IGNORE= requires X11
-.endif
-
-NO_STAGE= yes
-do-build:
- (cd ${WRKSRC}/gtk2/toolbar && ${GMAKE})
-
-do-install:
- (cd ${WRKSRC}/gtk2/toolbar && \
- ${GMAKE} install-serverDATA install-libexecPROGRAMS)
-
-.include "${MASTERDIR}/Makefile"