freebsd-ports/devel/py-ocempgui/Makefile
Marcus von Appen b73f95f908 Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
2009-02-19 21:45:43 +00:00

33 lines
852 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ocemp
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>