4b0472a0f0
changes: - separate share and send to - wireless hotspot - application-rss+xml - remove success color from battery-full
25 lines
956 B
Makefile
25 lines
956 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/11/23 17:23:33 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-icon-theme-symbolic-3.6.2
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme-symbolic/3.6/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Symbolic icons for the GNOME icon sets
|
|
#LICENSE= Creative Commons Attribution-Share Alike 3.0 United States License
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
# The list of installed files depends on the version of
|
|
# icon-naming-utils, so be sure that this dependency corresponds to
|
|
# the current pkgsrc version.
|
|
BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90
|
|
.include "../../graphics/icon-naming-utils/buildlink3.mk"
|
|
BUILD_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|