Makefile 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # $OpenBSD: Makefile,v 1.14 2016/11/03 09:13:41 landry Exp $
  2. COMMENT-main = Xfce desktop meta-package (base installation)
  3. COMMENT-extras = Xfce desktop meta-package (full installation)
  4. V = 4.12
  5. PKGNAME= xfce-${V}
  6. PKGNAME-main = xfce-${V}
  7. PKGNAME-extras = xfce-extras-${V}
  8. REVISION-main = 6
  9. REVISION-extras = 1
  10. MAINTAINER = Landry Breuil <landry@openbsd.org>
  11. MULTI_PACKAGES = -main -extras
  12. # minimal dependencies for a working desktop
  13. # will install garcon/exo/libxfce4util/libxfce4ui
  14. RUN_DEPENDS-main += \
  15. x11/xfce4/xfce4-panel \
  16. x11/xfce4/xfce4-session \
  17. x11/xfce4/xfce4-settings \
  18. x11/xfce4/xfconf \
  19. x11/xfce4/xfdesktop \
  20. x11/xfce4/thunar \
  21. x11/xfce4/xfwm4
  22. # theme packages
  23. RUN_DEPENDS-main += \
  24. x11/xfce4/xfwm4-themes \
  25. x11/xfce4/gtk-xfce-engine
  26. # x11/xfce4/xfce4-icon-theme (outdated)
  27. # common apps
  28. RUN_DEPENDS-main += \
  29. x11/xfce4/terminal \
  30. x11/xfce4/orage \
  31. x11/xfce4/ristretto \
  32. x11/xfce4/mousepad \
  33. x11/xfce4/xfce4-appfinder \
  34. x11/xfce4/xfce4-mixer \
  35. x11/xfce4/xfce4-notifyd \
  36. x11/xfce4/xfce4-taskmanager \
  37. x11/xfce4/tumbler
  38. # extra apps
  39. RUN_DEPENDS-extras += \
  40. STEM-=${V}:${BASE_PKGPATH},-main \
  41. x11/xfce4/xfdashboard \
  42. x11/xfce4/xfmpc \
  43. x11/xfce4/parole
  44. # thunar plugins
  45. RUN_DEPENDS-extras += \
  46. x11/xfce4/thunar-archive \
  47. x11/xfce4/thunar-media-tags \
  48. x11/xfce4/thunar-vcs
  49. # panel plugins
  50. RUN_DEPENDS-extras += \
  51. x11/xfce4/xfce4-battery \
  52. x11/xfce4/xfce4-clipman \
  53. x11/xfce4/xfce4-cpugraph \
  54. x11/xfce4/xfce4-datetime \
  55. x11/xfce4/xfce4-dict \
  56. x11/xfce4/xfce4-diskperf \
  57. x11/xfce4/xfce4-fsguard \
  58. x11/xfce4/xfce4-genmon \
  59. x11/xfce4/xfce4-mailwatch \
  60. x11/xfce4/xfce4-mount \
  61. x11/xfce4/xfce4-mpc \
  62. x11/xfce4/xfce4-netload \
  63. x11/xfce4/xfce4-notes \
  64. x11/xfce4/xfce4-places \
  65. x11/xfce4/xfce4-screenshooter \
  66. x11/xfce4/xfce4-smartbookmark \
  67. x11/xfce4/xfce4-systemload \
  68. x11/xfce4/xfce4-time-out \
  69. x11/xfce4/xfce4-verve \
  70. x11/xfce4/xfce4-wavelan \
  71. x11/xfce4/xfce4-weather \
  72. x11/xfce4/xfce4-whiskermenu
  73. .include <bsd.port.mk>