1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11/xfce4-clipman-plugin/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

35 lines
743 B
Makefile

# Created by: Matt Lancereau <matt@rimasec.net>
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.6.2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Clipboard manager for the Xfce panel
LICENSE= GPLv2
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo glib20 gtk30 intltool
USE_XFCE= panel
USE_XORG= ice sm x11 xorgproto xtst
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS QRCODE
OPTIONS_SUB= yes
QRCODE_DESC= QR Code support
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
QRCODE_CONFIGURE_ENABLE=libqrencode
.include <bsd.port.mk>