6645c6131b
* legacy-icon-mapping.xml: Add gnome-shutdown link for system-shutdown Add inode-directory link for folder * legacy-icon-mapping.xml: Add gnome-mime-application-x-lzma and gnome-mime-application-x-lzma-compressed-tar as links for package-x-generic
21 lines
554 B
Makefile
21 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/08/09 19:27:40 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= icon-naming-utils-0.8.7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://tango.freedesktop.org/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://tango.freedesktop.org/
|
|
COMMENT= Adapts GNOME and KDE icon names to the Icon Naming Specification
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.4
|
|
USE_LANGUAGES= # none, not even C
|
|
USE_TOOLS+= gmake intltool perl:run
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|