19 lines
518 B
Makefile
19 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/10/06 14:10:59 asau Exp $
|
|
#
|
|
|
|
DISTNAME= icon-naming-utils-0.8.90
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
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"
|