summaryrefslogtreecommitdiff
path: root/misc/xdg-utils/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-12-09 15:04:56 +0000
committerwiz <wiz@pkgsrc.org>2008-12-09 15:04:56 +0000
commit4ac4d98ab004b07a2d6db4f9f475fab249d121ae (patch)
tree5c2db1e9ceacb9447a6417230dd3d68131faf0db /misc/xdg-utils/Makefile
parent29c4514e53801b6077bf266735d54c0f0bc4af0a (diff)
downloadpkgsrc-4ac4d98ab004b07a2d6db4f9f475fab249d121ae.tar.gz
Initial import of xdg-utils-1.0.2:
The xdg-utils package is a set of simple scripts that provide basic desktop integration functions for any Free Desktop, such as Linux. They are intended to provide a set of defacto standards. This means that: * Third party software developers can rely on these xdg-utils for all of their simple integration needs. * Developers of desktop environments can make sure that their environments are well supported If a desktop developer wants to be certain that their environment functions with all third party software, then can simply make sure that these utilities work properly in their environment. This will hopefully mean that 'third tier' window managers such as XFCE and Blackbox can reach full parity with Gnome and KDE in terms of third party ISV support. * Distribution vendors can provide custom versions of these utilities If a distribution vendor wishes to have unusual systems, they can provide custom scripts, and the third party software should still continue to work.
Diffstat (limited to 'misc/xdg-utils/Makefile')
-rw-r--r--misc/xdg-utils/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/xdg-utils/Makefile b/misc/xdg-utils/Makefile
new file mode 100644
index 00000000000..833c47d45fc
--- /dev/null
+++ b/misc/xdg-utils/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 15:04:56 wiz Exp $
+#
+
+DISTNAME= xdg-utils-1.0.2
+CATEGORIES= sysutils
+MASTER_SITES= http://portland.freedesktop.org/download/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://portland.freedesktop.org/
+COMMENT= Tools to assist applications with various desktop integration tasks
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+.include "../../mk/bsd.pkg.mk"