blob: 7b39933d34aa41bb85d19797ad41ed77fd215e76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.27 2022/12/06 00:49:22 gutteridge Exp $
.include "../../meta-pkgs/mate/Makefile.common"
VERSION= 3.22.23
DISTNAME= mate-themes-${VERSION}
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://pub.mate-desktop.org/releases/themes/${VERSION:R}/
COMMENT= Icons and themes for MATE desktop
ICON_THEMES= yes
DEPENDS+= gtk2-engines-[0-9]*:../../x11/gtk2-engines
DEPENDS+= gtk2-engines-murrine>=0.98.0:../../x11/gtk2-engines-murrine
.include "../../graphics/icon-naming-utils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|