freebsd-ports/accessibility/py-papi/Makefile
Martin Wilke cdcdf951d1 - Update to 0.0.4
PR:		110696
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2007-03-23 08:31:46 +00:00

29 lines
604 B
Makefile

# New ports collection makefile for: py-papi
# Date created: 2006-12-19
# Whom: Marcus von Appen
#
# $FreeBSD$
#
PORTNAME= papi
PORTVERSION= 0.0.4
CATEGORIES= accessibility devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ocemp
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= papi-${PORTVERSION}
MAINTAINER= mva@sysfault.org
COMMENT= ATK accessibility wrapper for python
USE_GNOME= atk
USE_GCC= 3.4+
USE_PYTHON= yes
USE_PYDISTUTILS=yes
post-patch:
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -i "" -e 's|: docfiles|: []|g' ${WRKSRC}/setup.py
.endif
.include <bsd.port.mk>