7d2d36aed6
Reviewed by: kwm Approved by: bapt (mentor)
230 lines
8.0 KiB
Makefile
230 lines
8.0 KiB
Makefile
#-*- tab-width: 4; -*-
|
|
# ex:ts=4
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Please view me with 4 column tabs!
|
|
|
|
# ======================= USERS =================================
|
|
#
|
|
# There are no significant user-definable settings in here.
|
|
# This file is a framework to make it easier to create MATE ports.
|
|
#
|
|
# ======================= /USERS ================================
|
|
#
|
|
# Please make sure all changes to this file are passed through the maintainer.
|
|
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
|
|
#
|
|
# MAINTAINER: gnome@FreeBSD.org
|
|
|
|
.if !defined(_INCLUDE_USES_MATE_MK)
|
|
_INCLUDE_USES_MATE_MK= yes
|
|
|
|
_USES_POST+= mate
|
|
|
|
.if !empty(mate_ARGS)
|
|
IGNORE= USES=mate takes no arguments
|
|
.endif
|
|
|
|
# This section defines possible names of MATE components and all information
|
|
# necessary for ports to use those components.
|
|
|
|
# Ports can use this as follows:
|
|
#
|
|
# USE_MATE= caja common desktop
|
|
#
|
|
# .include <bsd.port.mk>
|
|
#
|
|
# As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV
|
|
# and MAKE_ENV defined.
|
|
#
|
|
|
|
# non-version specific components. Do not use :build/:run on those.
|
|
_USE_MATE_ALL= autogen intlhack intltool
|
|
|
|
# MATE components, you can use the :build or :run if need. Without the :build
|
|
# and :run, it will be added in both build and run dependency. It will check
|
|
# for the library dependency first. If not exists then do the build/run on
|
|
# the *.pc file instead.
|
|
_USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \
|
|
libmatekbd libmateweather \
|
|
marco menus mixer notificationdaemon panel polkit pluma \
|
|
session settingsdaemon
|
|
|
|
SCROLLKEEPER_DIR= /var/db/rarian
|
|
|
|
caja_DETECT= ${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc
|
|
caja_BUILD_DEPENDS= ${caja_DETECT}:x11-fm/caja
|
|
caja_LIB_DEPENDS= libcaja-extension.so:x11-fm/caja
|
|
caja_RUN_DEPENDS= ${caja_DETECT}:x11-fm/caja
|
|
|
|
common_DETECT= ${LOCALBASE}/bin/mate-autogen
|
|
common_BUILD_DEPENDS= ${common_DETECT}:devel/mate-common
|
|
common_RUN_DEPENDS= ${common_DETECT}:devel/mate-common
|
|
|
|
controlcenter_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-window-settings-2.0.pc
|
|
controlcenter_BUILD_DEPENDS= ${controlcenter_DETECT}:sysutils/mate-control-center
|
|
controlcenter_LIB_DEPENDS= libmate-window-settings.so:sysutils/mate-control-center
|
|
controlcenter_RUN_DEPENDS= ${controlcenter_DETECT}:sysutils/mate-control-center
|
|
|
|
desktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-desktop-2.0.pc
|
|
desktop_BUILD_DEPENDS= ${desktop_DETECT}:x11/mate-desktop
|
|
desktop_LIB_DEPENDS= libmate-desktop-2.so:x11/mate-desktop
|
|
desktop_RUN_DEPENDS= ${desktop_DETECT}:x11/mate-desktop
|
|
|
|
dialogs_DETECT= ${LOCALBASE}/bin/matedialog
|
|
dialogs_BUILD_DEPENDS= ${dialogs_DETECT}:x11/mate-dialogs
|
|
dialogs_RUN_DEPENDS= ${dialogs_DETECT}:x11/mate-dialogs
|
|
|
|
docutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-doc-utils.pc
|
|
docutils_BUILD_DEPENDS= ${docutils_DETECT}:textproc/mate-doc-utils
|
|
docutils_RUN_DEPENDS= ${docutils_DETECT}:textproc/mate-doc-utils
|
|
|
|
icontheme_DETECT= ${LOCALBASE}/share/icons/mate/index.theme
|
|
icontheme_BUILD_DEPENDS=${icontheme_DETECT}:x11-themes/mate-icon-theme
|
|
icontheme_RUN_DEPENDS= ${icontheme_DETECT}:x11-themes/mate-icon-theme
|
|
|
|
intltool_DETECT= ${LOCALBASE}/bin/intltool-extract
|
|
intltool_BUILD_DEPENDS= ${intltool_DETECT}:textproc/intltool
|
|
|
|
intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
|
|
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
|
|
s|/usr/bin/iconv|${LOCALBASE}/bin/iconv|g ; \
|
|
s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|'
|
|
.if ${USE_MATE:Mintlhack}!=""
|
|
USE_MATE+= intltool
|
|
.endif
|
|
|
|
libmatekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatekbd.pc
|
|
libmatekbd_BUILD_DEPENDS= ${libmatekbd_DETECT}:x11/libmatekbd
|
|
libmatekbd_LIB_DEPENDS= libmatekbd.so:x11/libmatekbd
|
|
libmatekbd_RUN_DEPENDS= ${libmatekbd_DETECT}:x11/libmatekbd
|
|
|
|
libmateweather_DETECT= ${LOCALBASE}/libdata/pkgconfig/mateweather.pc
|
|
libmateweather_BUILD_DEPENDS= ${libmateweather_DETECT}:net/libmateweather
|
|
libmateweather_LIB_DEPENDS= libmateweather.so:net/libmateweather
|
|
libmateweather_RUN_DEPENDS= ${libmateweather_DETECT}:net/libmateweather
|
|
|
|
marco_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmarco-private.pc
|
|
marco_BUILD_DEPENDS= ${marco_DETECT}:x11-wm/marco
|
|
marco_LIB_DEPENDS= libmarco-private.so:x11-wm/marco
|
|
marco_RUN_DEPENDS= ${marco_DETECT}:x11-wm/marco
|
|
|
|
menus_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmate-menu.pc
|
|
menus_BUILD_DEPENDS= ${menus_DETECT}:x11/mate-menus
|
|
menus_LIB_DEPENDS= libmate-menu.so:x11/mate-menus
|
|
menus_RUN_DEPENDS= ${menus_DETECT}:x11/mate-menus
|
|
|
|
mixer_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatemixer.pc
|
|
mixer_BUILD_DEPENDS= ${mixer_DETECT}:audio/libmatemixer
|
|
mixer_LIB_DEPENDS= libmatemixer.so:audio/libmatemixer
|
|
mixer_RUN_DEPENDS= ${mixer_DETECT}:audio/libmatemixer
|
|
|
|
notificationdaemon_DETECT= ${LOCALBASE}/libexec/mate-notification-daemon
|
|
notificationdaemon_BUILD_DEPENDS= ${notificationdaemon_DETECT}:deskutils/mate-notification-daemon
|
|
notificationdaemon_RUN_DEPENDS= ${notificationdaemon_DETECT}:deskutils/mate-notification-daemon
|
|
|
|
panel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatepanelapplet-4.0.pc
|
|
panel_BUILD_DEPENDS= ${panel_DETECT}:x11/mate-panel
|
|
panel_LIB_DEPENDS= libmate-panel-applet-4.so:x11/mate-panel
|
|
panel_RUN_DEPENDS= ${panel_DETECT}:x11/mate-panel
|
|
|
|
polkit_DETECT= ${LOCALBASE}/libexec/polkit-mate-authentication-agent-1
|
|
polkit_BUILD_DEPENDS= ${polkit_DETECT}:sysutils/mate-polkit
|
|
polkit_RUN_DEPENDS= ${polkit_DETECT}:sysutils/mate-polkit
|
|
|
|
pluma_DETECT= ${LOCALBASE}/libdata/pkgconfig/pluma.pc
|
|
pluma_BUILD_DEPENDS= ${pluma_DETECT}:editors/pluma
|
|
pluma_RUN_DEPENDS= ${pluma_DETECT}:editors/pluma
|
|
|
|
session_DETECT= ${LOCALBASE}/bin/mate-session
|
|
session_BUILD_DEPENDS= ${session_DETECT}:x11/mate-session-manager
|
|
session_RUN_DEPENDS= ${session_DETECT}:x11/mate-session-manager
|
|
|
|
settingsdaemon_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-settings-daemon.pc
|
|
settingsdaemon_BUILD_DEPENDS= ${settingsdaemon_DETECT}:sysutils/mate-settings-daemon
|
|
settingsdaemon_RUN_DEPENDS= ${settingsdaemon_DETECT}:sysutils/mate-settings-daemon
|
|
|
|
# End component definition section
|
|
|
|
.if defined(USE_MATE)
|
|
# Comparing between USE_MATE and _USE_MATE_ALL to make sure the component
|
|
# exists in _USE_MATE_ALL. If it does not exist then give an error about it.
|
|
#. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/}
|
|
. for component in ${USE_MATE:C/^([^:]+).*/\1/}
|
|
#. for component in ${USE_GNOME:C/^([^:]+).*/\1/}
|
|
. if ${_USE_MATE_ALL:M${component}}==""
|
|
.error cannot install: Unknown component USE_MATE=${component}
|
|
. endif
|
|
. endfor
|
|
|
|
. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/}
|
|
. if defined(${component}_PATCH_DEPENDS)
|
|
PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS}
|
|
. endif
|
|
|
|
. if defined(${component}_DETECT)
|
|
. if ${USE_MATE:M${component}\:build}!=""
|
|
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
|
. elif ${USE_MATE:M${component}\:run}!=""
|
|
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
|
. else
|
|
. if defined(${component}_LIB_DEPENDS)
|
|
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
|
. else
|
|
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
|
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
|
. endif
|
|
. endif
|
|
. endif
|
|
|
|
. if defined(${component}_CONFIGURE_TARGET)
|
|
CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS}
|
|
. endif
|
|
|
|
. if defined(${component}_CONFIGURE_ENV)
|
|
CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV}
|
|
. endif
|
|
|
|
. if defined(${component}_MAKE_ENV)
|
|
MAKE_ENV+= ${${component}_MAKE_ENV}
|
|
. endif
|
|
|
|
. if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET)
|
|
CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET}
|
|
. endif
|
|
|
|
. if defined(${component}_PRE_PATCH)
|
|
MATE_PRE_PATCH+= ; ${${component}_PRE_PATCH}
|
|
. endif
|
|
. endfor
|
|
.endif # USE_MATE check
|
|
|
|
.endif
|
|
# End of optional part.
|
|
|
|
.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_MATE_POST_MK)
|
|
_INCLUDE_USES_MATE_POST_MK= yes
|
|
|
|
.if ${USE_MATE:Mautogen}!=""
|
|
|
|
CONFIGURE_ENV+= NOCONFIGURE=yes
|
|
|
|
_USES_configure+= 295:mate-pre-configure
|
|
|
|
mate-pre-configure:
|
|
@(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
|
|
.endif
|
|
|
|
.if defined(MATE_PRE_PATCH)
|
|
|
|
_USES_configure+= 445:mate-pre-configure-script
|
|
|
|
mate-pre-configure-script:
|
|
@${MATE_PRE_PATCH:C/^;//1}
|
|
.endif
|
|
|
|
.endif
|
|
# End of use part.
|