6d280998b3
2009-09-20 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 0.8.90 for release 2009-02-20 Rodney Dawes <dobey@gnome.org> * legacy-icon-mapping.xml: Add MS Office Open XML MIME type links Fixes https://bugs.launchpad.net/ubuntu/+bug/222441 2009-02-20 Rodney Dawes <dobey@gnome.org> * legacy-icon-mapping.xml: Move some of the help links to help-contents instead of help-browser Fixes http://bugs.freedesktop.org/show_bug.cgi?id=13048 2009-02-20 Rodney Dawes <dobey@gnome.org> * legacy-icon-mapping.xml: Remove the stock_mail-priority-high symlink Fixes https://bugs.launchpad.net/ubuntu/+bug/319991
21 lines
555 B
Makefile
21 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/02/22 15:48:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= icon-naming-utils-0.8.90
|
|
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"
|