pkgsrc/devel/py-xdg/Makefile
snj ba763d362b Initial import of py-xdg.
PyXDG is a python library to access freedesktop.org standards.
The following are currently supported:

    * Base Directory Specification Version 0.6
    * Menu Specification Version 1.0-draft1
    * Desktop Entry Specification Version 0.9.4
    * Icon Theme Specification Version 0.8
    * Recent File Spec 0.2
    * Shared-MIME-Database Specification 0.13
2009-03-10 00:34:46 +00:00

17 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 00:34:46 snj Exp $
DISTNAME= pyxdg-0.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= http://www.freedesktop.org/~lanius/
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://freedesktop.org/wiki/Software/pyxdg
COMMENT= Python library for XDG
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"