4c2b64c57e
Icon Naming Utilities is a program that helps with the transition to the new naming scheme defined by the Tango project. This utility maps the icon names used by the GNOME and KDE desktops to the icon names proposed in the Icon Naming Specification.
19 lines
518 B
Makefile
19 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= icon-naming-utils-0.8.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://tango-project.org/releases/
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://tango.freedesktop.org/
|
|
COMMENT= Adapts GNOME and KDE icon names to the Icon Naming Specification
|
|
|
|
BUILD_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"
|