diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
commit | 2e68588f46b3a276df88592caaf2892e91f3db7c (patch) | |
tree | 25d18ced465bc32a1ac2cd07fdcfa1ffc804124a /x11-wm/xfce4 | |
parent | 473703feaf8f28917e7b8e28b763358245149825 (diff) | |
download | freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.gz freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.zst freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.zip |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 04a670751b17..2242417db6dd 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 4.8 +PORTVERSION= 4.10 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty @@ -20,16 +20,16 @@ OPTIONS= ICONS "Install a full icon theme" on \ MOUSEPAD "Install the Xfce text editor" on \ TERMINAL "Install the Xfce terminal application" on \ APPFINDER "Install the Xfce application finder" on \ - MIXER "Install the Xfce mixer application" on \ - PRINT "Install the Xfce printing helper" on \ + MIXER "Install the Xfce mixer application" off \ + PRINT "Install the Xfce printing helper" off \ SQUEEZE "Install the Xfce archiver application" on \ - GDM "Install the login manager gdm" off + GDM "Install the login manager gdm" off \ + NOTIFYD "Install the Xfce notification daemon" on RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \ xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \ - startxfce4:${PORTSDIR}/sysutils/xfce4-utils \ ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine \ xfsettingsd:${PORTSDIR}/sysutils/xfce4-settings @@ -50,8 +50,7 @@ PLIST_DIRS= etc/gdm/Sessions .endif .if !defined(WITHOUT_ICONS) -RUN_DEPENDS+= ${LOCALBASE}/share/themes/Xfce/xfwm4/themerc:${PORTSDIR}/misc/xfce4-wm-themes \ - icons-tango-extras>=0.1.0:${PORTSDIR}/x11-themes/icons-tango-extras +RUN_DEPENDS+= icons-tango-extras>=0.1.0:${PORTSDIR}/x11-themes/icons-tango-extras .endif .if !defined(WITHOUT_ORAGE) @@ -70,11 +69,11 @@ RUN_DEPENDS+= Terminal:${PORTSDIR}/x11/Terminal RUN_DEPENDS+= xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder .endif -.if !defined(WITHOUT_MIXER) +.if defined(WITH_MIXER) RUN_DEPENDS+= ${LOCALBASE}/bin/xfce4-mixer:${PORTSDIR}/audio/xfce4-mixer .endif -.if !defined(WITHOUT_PRINT) +.if defined(WITH_PRINT) RUN_DEPENDS+= xfprint4:${PORTSDIR}/print/xfce4-print .endif @@ -82,6 +81,10 @@ RUN_DEPENDS+= xfprint4:${PORTSDIR}/print/xfce4-print RUN_DEPENDS+= squeeze:${PORTSDIR}/archivers/squeeze .endif +.if !defined(WITHOUT_NOTIFYD) +RUN_DEPENDS+= xfce4-notifyd-config:${PORTSDIR}/deskutils/xfce4-notifyd +.endif + do-install: # empty post-install: |