freebsd-ports/x11-themes/gnome-themes-extra/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

27 lines
634 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= gnome-themes-extra
PORTVERSION= 3.28
PORTREVISION= 3
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Standard themes for GNOME
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS= gnome-themes-2.[0-9]*
PORTSCOUT= limitw:1,even
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
USES= gettext-tools gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= cairo gtk20 intltool gtk30 librsvg2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>