blob: b38230cd564a071688adc57066ed89278276df66 (
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.24 2017/06/14 16:25:17 prlw1 Exp $
DISTNAME= hicolor-icon-theme-0.13
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://icon-theme.freedesktop.org/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://icon-theme.freedesktop.org/wiki/HicolorTheme
COMMENT= Standard icon theme called hicolor
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
NO_BUILD= YES
USE_LANGUAGES= # none, not even C
USE_TOOLS+= gmake
ICON_THEMES= yes
.include "../../mk/bsd.pkg.mk"
|