From 232b1c4042f85d41290b2a13a6e894d773570b14 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann <oliver@FreeBSD.org> Date: Thu, 15 Mar 2007 07:14:51 +0000 Subject: the file got included in Mk/ so it's not needed here any longer --- x11-wm/xfce4/bsd.xfce.mk | 61 ------------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 x11-wm/xfce4/bsd.xfce.mk (limited to 'x11-wm/xfce4') diff --git a/x11-wm/xfce4/bsd.xfce.mk b/x11-wm/xfce4/bsd.xfce.mk deleted file mode 100644 index a994a3e4e834..000000000000 --- a/x11-wm/xfce4/bsd.xfce.mk +++ /dev/null @@ -1,61 +0,0 @@ -# -# $FreeBSD$ -# - -#.if !defined(_POSTMKINCLUDED) && !defined(Xfce_Pre_Include) - -Xfce_Pre_Include= bsd.xfce.mk -Xfce_Include_MAINTAINER= oliver@FreeBSD.org - -# This file contains some variable definitions that are supposed to -# make your life easier when dealing with ports related to the Xfce -# desktop environment. It's automatically included when USE_XFCE -# is defined in the ports' makefile. - -_USE_XFCE_ALL= configenv libexo libgui libutil libmcs mcsmanager panel \ - thunar wm xfdev - -MASTER_SITE_SUBDIR?= xfce-4.4.0 - -configenv_CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" - -libexo_LIB_DEPENDS= exo-0.3:${PORTSDIR}/x11/libexo - -libgui_LIB_DEPENDS= xfcegui4.6:${PORTSDIR}/x11-toolkits/libxfce4gui - -libutil_LIB_DEPENDS= xfce4util.4:${PORTSDIR}/x11/libxfce4util - -libmcs_LIB_DEPENDS= xfce4mcs-manager.3:${PORTSDIR}/x11/libxfce4mcs - -mcsmanager_BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -mcsmanager_RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager - -panel_LIB_DEPENDS= xfce4panel.2:${PORTSDIR}/x11-wm/xfce4-panel - -thunar_LIB_DEPENDS= thunar-vfs-1.4:${PORTSDIR}/x11-fm/thunar - -wm_BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm -wm_RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm - -xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools - -#.endif - -#.if defined(_POSTMKINCLUDED) && !defined(Xfce_Post_Include) - -Xfce_Post_Include= bsd.xfce.mk - -.for component in ${USE_XFCE} -BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} -LIB_DEPENDS+= ${${component}_LIB_DEPENDS} -RUN_DEPENDS+= ${${component}_RUN_DEPENDS} -CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} -.endfor - -.for component in ${USE_XFCE} -. if ${_USE_XFCE_ALL:M${component}}=="" -IGNORE= cannot install: Unknown component ${component} -. endif -.endfor - -#.endif -- cgit v1.2.3