d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
20 lines
537 B
Makefile
20 lines
537 B
Makefile
# $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"
|