1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/x11/workrave/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

49 lines
1.2 KiB
Makefile

# Created by: Koop Mast <einekoai@chello.nl>
PORTNAME= workrave
PORTVERSION= 1.10.44
CATEGORIES= x11
MASTER_SITES= https://github.com/rcaelers/workrave/releases/download/v${PORTVERSION:S/./_/g}/
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= RSI prevention tool
LICENSE= GPLv3+
LIB_DEPENDS= libgdome.so:textproc/gdome2
USES= compiler:c++11-lang gettext gmake gnome libtool localbase \
pkgconfig xorg
USE_CXXSTD= c++11
USE_GNOME= gtkmm30 intlhack intltool introspection:build
USE_LDCONFIG= yes
USE_XORG= ice sm x11 xext xmu xorgproto xscrnsaver xtst
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gconf \
--disable-gnome3 \
--disable-gsettings \
--disable-indicator \
--disable-mate \
--disable-pulse \
--disable-xfce
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DBUS DISTRIBUTION GSTREAMER
OPTIONS_DEFAULT= DBUS GSTREAMER
OPTIONS_SUB= yes
DISTRIBUTION_DESC= Build with networking support
DBUS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
boost-libs>0:devel/boost-libs
DBUS_USES= python:3.5+,build
DBUS_CONFIGURE_ENABLE= dbus
DISTRIBUTION_CONFIGURE_ENABLE= distribution
GSTREAMER_USE= GSTREAMER1=good
GSTREAMER_CONFIGURE_ENABLE= gstreamer
.include <bsd.port.mk>