pkgsrc/graphics/gnome-icon-theme/Makefile
rillig 10d5658f88 This package needs exactly icon-naming-utils-0.8.2, since the list of
installed files depends on the version number of icon-naming-utils.
2007-11-30 13:27:50 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.52 2007/11/30 13:27:50 rillig Exp $
#
DISTNAME= gnome-icon-theme-2.20.0
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.20/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Theme consisting of a set of icons for GNOME
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in
BUILDLINK_API_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.5
BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils-0.8.2{,nb*}
HICOLOR_ICON_THEME_DEPEND_ONLY= yes
# XXX this is used by applications. We "own" the subtree share/icons/gnome,
# so we control the subdirs not belonging to a single application.
post-install:
${MKDIR} ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/mimetypes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/icon-naming-utils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"