diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:45 +0000 |
commit | 2c8c6c8970972a7da5a3ee28fc61a52f90059c94 (patch) | |
tree | d0941216885b3e1a441f3cd818ed315d94f5893e /textproc | |
parent | 78602f2dfdde469def1f079217d3b21e5af1e987 (diff) | |
download | ports-2c8c6c8970972a7da5a3ee28fc61a52f90059c94.tar.gz ports-2c8c6c8970972a7da5a3ee28fc61a52f90059c94.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
4 files changed, 0 insertions, 43 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 516a756159b5..62b6efcb67ee 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1465,7 +1465,6 @@ SUBDIR += uim-el-emacs21 SUBDIR += uim-el-emacs22 SUBDIR += uim-el-xemacs21-mule - SUBDIR += uim-gnome SUBDIR += uim-gtk SUBDIR += uim-gtk3 SUBDIR += uim-kde4 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" diff --git a/textproc/uim-gnome/pkg-descr b/textproc/uim-gnome/pkg-descr deleted file mode 100644 index ce50b062da4e..000000000000 --- a/textproc/uim-gnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2cb036d37770..000000000000 --- a/textproc/uim-gnome/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -libdata/bonobo/servers/GNOME_UimApplet.server -libexec/uim-toolbar-applet |