freebsd-ports/graphics/gtk-update-icon-cache/Makefile
Tobias C. Berner 28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00

30 lines
696 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtk-update-icon-cache
PORTVERSION= 3.24.20
CATEGORIES= graphics
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext gnome meson pkgconfig
USE_GNOME= gdkpixbuf2
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= Community/gentoo
GL_COMMIT= 667cc0e1cdfd63a49703fe37228b0550e9f91f73
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
xsltproc:textproc/libxslt
MANPAGES_MESON_TRUE= man-pages
.include <bsd.port.mk>