freebsd-ports/devel/py-ocempgui/Makefile

33 lines
835 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-ocempgui
# Date created: 2006-07-19
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= ocempgui
PORTVERSION= 0.2.9
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= devel python
MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= OcempGUI-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= GUI toolkit in python
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
USE_GNOME= atk
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= OcempGUI
post-patch:
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -i "" -e 's|datafiles + docfiles|datafiles|g' ${WRKSRC}/setup.py
.endif
.include <bsd.port.mk>