Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F39976
xfce.mk
All Users
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
olivierd
Oct 21 2014, 7:36 PM
2014-10-21 19:36:38 (UTC+0)
Size
2 KB
Referenced Files
None
Subscribers
None
xfce.mk
View Options
# $FreeBSD$
#
# Provide support for Xfce related ports.
#
# Feature: xfce
# Usage: USES=xfce or USES=xfce:ARGS
# Valid ARGS: gtk3
#
# Variables, which can be set by the port:
#
# MASTER_SITE_SUBDIR Path
# USE_XFCE List of components
#
# MAINTAINER: xfce@FreeBSD.org
.if
!defined(_INCLUDE_USES_XFCE_Mk)
_INCLUDE_USES_XFCE_Mk
=
yes
_USES_POST
+=
xfce
_USE_XFCE_ALL
=
garcon
libexo
libgui
libmenu
libutil
panel
thunar
xfconf
MASTER_SITE_SUBDIR
?=
xfce/4.10/src
xfce_ARGS
?=
# empty
CPPFLAGS
+=
-I
${
LOCALBASE
}
/include
LIBS
+=
-L
${
LOCALBASE
}
/lib
CONFIGURE_ENV
+=
ac_cv_prog_AWK
=
"
${
AWK
}
"
garcon_LIB_DEPENDS
=
libgarcon-1.so:
${
PORTSDIR
}
/sysutils/garcon
garcon_USE_XFCE_REQ
=
libmenu
libexo_LIB_DEPENDS
=
libexo-1.so:
${
PORTSDIR
}
/x11/libexo
libexo_USE_XFCE_REQ
=
libmenu
libgui_LIB_DEPENDS
=
libxfcegui4.so:
${
PORTSDIR
}
/x11-toolkits/libxfce4gui
libgui_USE_XFCE_REQ
=
libutil
libmenu_LIB_DEPENDS
=
libxfce4ui-1.so:
${
PORTSDIR
}
/x11/libxfce4menu
libmenu_USE_XFCE_REQ
=
xfconf
libutil_LIB_DEPENDS
=
libxfce4util.so:
${
PORTSDIR
}
/x11/libxfce4util
panel_LIB_DEPENDS
=
libxfce4panel-1.0.so:
${
PORTSDIR
}
/x11-wm/xfce4-panel
panel_RUN_DEPENDS
=
xfce4-panel:
${
PORTSDIR
}
/x11-wm/xfce4-panel
panel_USE_XFCE_REQ
=
garcon
libexo
xfconf
thunar_LIB_DEPENDS
=
libthunarx-2.so:
${
PORTSDIR
}
/x11-fm/thunar
thunar_RUN_DEPENDS
=
Thunar:
${
PORTSDIR
}
/x11-fm/thunar
thunar_USE_XFCE_REQ
=
xfconf
libmenu
xfconf_LIB_DEPENDS
=
libxfconf-0.so:
${
PORTSDIR
}
/x11/xfce4-conf
xfconf_USE_XFCE_REQ
=
libutil
.if
defined(USE_XFCE)
# First, expand all USE_XFCE_REQ recursively.
.for
comp
in
${_USE_XFCE_ALL}
.
for
subcomp
in
${${comp}_USE_XFCE_REQ}
${comp}_USE_XFCE_REQ
+=
${${
subcomp
}
_USE_XFCE_REQ
}
.
endfor
.endfor
# Then, use already expanded USE_XFCE_REQ to expand USE_XFCE.
.for
comp
in
${USE_XFCE}
. if ${_USE_XFCE_ALL
:
M
${
comp
}} == ""
IGNORE
=
cannot
install:
Unknown
component
${
comp
}
.
endif
_USE_XFCE
+=
${${
comp
}
_USE_XFCE_REQ
}
${
comp
}
.endfor
# Remove duplicate components
USE_XFCE
=
${
_USE_XFCE
:
O
:
u
}
.for
comp
in
${USE_XFCE}
.
if
defined(${comp}_BUILD_DEPENDS)
BUILD_DEPENDS
+=
${${
comp
}
_BUILD_DEPENDS
}
.
endif
.
if
defined(${comp}_LIB_DEPENDS)
LIB_DEPENDS
+=
${${
comp
}
_LIB_DEPENDS
}
.
endif
.
if
defined(${comp}_RUN_DEPENDS)
RUN_DEPENDS
+=
${${
comp
}
_RUN_DEPENDS
}
.
endif
.endfor
.if ${USE_XFCE
:
M
*
gui
} ==
libgui
DEPRECATED
?=
Depends
on
unmaintained
x11-toolkits/libxfce4gui
.
endif
.if
${xfce_ARGS}
==
gtk3
.
if
exists(${LOCALBASE}/lib/libxfce4ui-1.so)
&&
!exists(${LOCALBASE}/lib/libxfce4ui-2.so)
BROKEN
=
GTK3
option
needs
to
be
set
in
x11/libxfce4menu
.
endif
.endif
.endif
# end of defined(USE_XFCE)
.endif
.if
defined(_POSTMKINCLUDED)
&&
!defined(_INCLUDE_USES_XFCE_POST_MK)
_INCLUDE_USES_XFCE_POST_MK
=
yes
.endif
File Metadata
Details
Attached
Mime Type
text/troff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39877
Default Alt Text
xfce.mk (2 KB)
Attached To
Mode
D677: Mk/Uses/xfce.mk
Attached
Detach File
Event Timeline
Log In to Comment