diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-23 00:45:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-23 00:45:10 +0800 |
commit | ece43d49726e1fe13a95dc4f28353faf36dce1d0 (patch) | |
tree | 555dc2b1a093e9c80e4daa22b395dfe53aa9b178 /deskutils/xfce4-xkb-plugin/Makefile | |
parent | fd57b294b88da34811c61d674eb0b28a716d2d4f (diff) | |
download | freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.tar.gz freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.tar.zst freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.zip |
Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4)
Diffstat (limited to 'deskutils/xfce4-xkb-plugin/Makefile')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 8b289e58a8b0..baf3557ca751 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -6,28 +6,22 @@ # PORTNAME= xfce4-xkb-plugin -PORTVERSION= 0.3.5 +PORTVERSION= 0.4.3 CATEGORIES= deskutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 MAINTAINER= des@FreeBSD.org COMMENT= Keyboard layout switching plugin for XFce4 -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel - -USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv panel +USE_XLIB= yes .include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" .include <bsd.port.post.mk> |