blob: 737ab665063cddc42dced24b76ad7f060c4b50d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.23 2022/12/06 00:55:18 gutteridge Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-icon-theme-${VERSION}
PKGREVISIION= 1
CATEGORIES= graphics
COMMENT= Collection of icons used as the basis for MATE themes
ICON_THEMES= yes
PKGCONFIG_OVERRIDE+= mate-icon-theme.pc.in
.include "../../graphics/icon-naming-utils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|