openbsd-ports/devel/py-xdg/Makefile

33 lines
721 B
Makefile
Raw Normal View History

2010-08-30 18:24:14 -04:00
# $OpenBSD: Makefile,v 1.10 2010/08/30 22:24:16 jasper Exp $
2009-07-12 16:28:41 -04:00
COMMENT= python library to access freedesktop.org standards
MODPY_EGG_VERSION= 0.18
2009-07-12 16:28:41 -04:00
DISTNAME= pyxdg-${MODPY_EGG_VERSION}
2010-08-30 18:24:14 -04:00
PKGNAME= py-xdg-${MODPY_EGG_VERSION}
REVISION = 1
2009-07-12 16:28:41 -04:00
CATEGORIES= devel
2009-07-12 16:28:41 -04:00
HOMEPAGE= http://freedesktop.org/wiki/Software/pyxdg
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-07-12 16:28:41 -04:00
MASTER_SITES= http://people.freedesktop.org/~lanius/
2009-07-12 16:28:41 -04:00
MODULES= lang/python
2009-07-12 16:28:41 -04:00
# regression tests are present, but don't make much sense
NO_REGRESS= Yes
pre-configure:
2008-10-30 10:23:31 -04:00
${SUBST_CMD} ${WRKSRC}/xdg/{BaseDirectory.py,Menu.py}
.include <bsd.port.mk>