openbsd-ports/devel/py-xdg/Makefile

32 lines
711 B
Makefile
Raw Normal View History

2011-09-21 06:55:21 -04:00
# $OpenBSD: Makefile,v 1.13 2011/09/21 10:55:21 ajacoutot Exp $
2009-07-12 16:28:41 -04:00
COMMENT= python library to access freedesktop.org standards
2011-09-21 06:55:21 -04:00
MODPY_EGG_VERSION= 0.19
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}
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>