The XDG Package contains: - Implementation of the XDG-Base-Directory Standard http://www.freedesktop.org/standards/basedir-spec - Implementation of the XDG-Desktop Standard http://www.freedesktop.org/standards/desktop-entry-spec - Implementation of the XDG-Menu Standard http://www.freedesktop.org/standards/menu-spec - Implementation of the XDG-Icon-Theme Standard http://www.freedesktop.org/standards/icon-theme-spec - Implementation of the XDG-Shared MIME-info Database http://www.freedesktop.org/standards/shared-mime-info - Implementation of the XDG-Recent File Storage Specification http://www.freedesktop.org/standards/recent-file-spec
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/03/06 01:30:06 poppnk Exp $
|
|
#
|
|
|
|
DISTNAME= pyxdg-0.15
|
|
PKGNAME= py23-xdg-0.15 # XXX
|
|
CATEGORIES= wip sysutils python
|
|
MASTER_SITES= http://www.freedesktop.org/~lanius/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://pyxdg.freedesktop.org/
|
|
COMMENT= XDG handling library
|
|
|
|
USE_TOOLS+= pkg-config
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|