blob: 28d775085477f99ebd554fea998ff2e7c8bb89ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:33 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_LANGUAGES= # none, not even C
USE_TOOLS+= gmake intltool perl:run
.include "../../mk/bsd.pkg.mk"
|