Update www/p5-HTML-Parser-Simple to version 2.02
[dports.git] / Mk / bsd.xfce.mk
1 #
2 # $FreeBSD$
3 #
4
5 .if !defined(_POSTMKINCLUDED) && !defined(Xfce_Pre_Include)
6
7 Xfce_Pre_Include=               bsd.xfce.mk
8 Xfce_Include_MAINTAINER=        xfce@FreeBSD.org
9
10 # This file contains some variable definitions that are supposed to
11 # make your life easier when dealing with ports related to the Xfce
12 # desktop environment. It's automatically included when USE_XFCE
13 # is defined in the ports' makefile.
14
15 _USE_XFCE_ALL=                  configenv garcon libexo libgui libmenu libutil panel \
16                                 thunar wm xfconf xfdev
17
18 MASTER_SITE_SUBDIR?=            xfce/4.10/src
19
20 configenv_CONFIGURE_ENV=        CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
21
22 garcon_BUILD_DEPENDS=           garcon>=0.2.1:${PORTSDIR}/sysutils/garcon
23 garcon_RUN_DEPENDS=             garcon>=0.2.1:${PORTSDIR}/sysutils/garcon
24
25 libexo_BUILD_DEPENDS=           libexo>=0.10.1:${PORTSDIR}/x11/libexo
26 libexo_RUN_DEPENDS=             libexo>=0.10.1:${PORTSDIR}/x11/libexo
27
28 libgui_BUILD_DEPENDS=           libxfce4gui>=4.10.0:${PORTSDIR}/x11-toolkits/libxfce4gui
29 libgui_RUN_DEPENDS=             libxfce4gui>=4.10.0:${PORTSDIR}/x11-toolkits/libxfce4gui
30
31 libmenu_BUILD_DEPENDS=          libxfce4menu>=4.10.0:${PORTSDIR}/x11/libxfce4menu
32 libmenu_RUN_DEPENDS=            libxfce4menu>=4.10.0:${PORTSDIR}/x11/libxfce4menu
33
34 libutil_BUILD_DEPENDS=          libxfce4util>=4.10.1:${PORTSDIR}/x11/libxfce4util
35 libutil_RUN_DEPENDS=            libxfce4util>=4.10.1:${PORTSDIR}/x11/libxfce4util
36
37 panel_BUILD_DEPENDS=            xfce4-panel>=4.10.1:${PORTSDIR}/x11-wm/xfce4-panel
38 panel_RUN_DEPENDS=              xfce4-panel>=4.10.1:${PORTSDIR}/x11-wm/xfce4-panel
39
40 thunar_BUILD_DEPENDS=           Thunar>=1.6.3:${PORTSDIR}/x11-fm/thunar
41 thunar_RUN_DEPENDS=             Thunar>=1.6.3:${PORTSDIR}/x11-fm/thunar
42
43 wm_BUILD_DEPENDS=               xfce4-wm>=4.10.1:${PORTSDIR}/x11-wm/xfce4-wm
44 wm_RUN_DEPENDS=                 xfce4-wm>=4.10.1:${PORTSDIR}/x11-wm/xfce4-wm
45
46 xfconf_BUILD_DEPENDS=           xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
47 xfconf_RUN_DEPENDS=             xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
48
49 xfdev_BUILD_DEPENDS=            xdt-csource:${PORTSDIR}/devel/xfce4-dev-tools
50 xfdev_RUN_DEPENDS=              xdt-csource:${PORTSDIR}/devel/xfce4-dev-tools
51
52 .endif
53
54 .if defined(_POSTMKINCLUDED) && !defined(Xfce_Post_Include)
55
56 Xfce_Post_Include=              bsd.xfce.mk
57
58 .for component in ${USE_XFCE}
59 BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
60 LIB_DEPENDS+=   ${${component}_LIB_DEPENDS}
61 RUN_DEPENDS+=   ${${component}_RUN_DEPENDS}
62 CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} \
63         ac_cv_prog_AWK="${AWK}"
64 .endfor
65
66 .for component in ${USE_XFCE}
67 . if ${_USE_XFCE_ALL:M${component}}==""
68 IGNORE= cannot install: Unknown component ${component}
69 . endif
70 .endfor
71
72 .endif