mirror of https://git.FreeBSD.org/ports.git
28 lines
623 B
Makefile
28 lines
623 B
Makefile
PORTNAME= gtk-update-icon-cache
|
|
PORTVERSION= 3.24.42
|
|
CATEGORIES= graphics
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit
|
|
WWW= https://www.gtk.org/
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext gnome meson pkgconfig trigger
|
|
USE_GNOME= gdkpixbuf
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.gnome.org
|
|
GL_ACCOUNT= Community/gentoo
|
|
|
|
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>
|