openbsd-ports/devel/py-xdg/Makefile

32 lines
712 B
Makefile
Raw Normal View History

2009-07-12 16:28:41 -04:00
# $OpenBSD: Makefile,v 1.7 2009/07/12 20:28:41 ajacoutot Exp $
2009-07-12 16:28:41 -04:00
COMMENT= python library to access freedesktop.org standards
2009-07-12 16:28:41 -04:00
MODPY_EGG_VERSION= 0.16
DISTNAME= pyxdg-${MODPY_EGG_VERSION}
PKGNAME= py-xdg-${MODPY_EGG_VERSION}p2
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>