freebsd-ports/x11/libmatekbd/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

29 lines
637 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
PORTNAME= libmatekbd
PORTVERSION= 1.26.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE keyboard shared library
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxklavier.so:x11/libxklavier
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome libtool localbase pathfix \
pkgconfig tar:xz xorg
USE_GNOME= cairo gtk30 intltool introspection:build
USE_XORG= x11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml
.include <bsd.port.mk>