# New ports collection makefile for: py-mnemosyne
# Date created:		11 Jan 2008
# Whom:			Beech Rintoul <beech@FreeBSD.org>
#
#
# $FreeBSD: ports/games/py-mnemosyne/Makefile,v 1.3 2008/02/12 20:16:38 beech Exp $
#

PORTNAME=	mnemosyne
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	games python
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME}-proj
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	mnemosyne-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	beech@FreeBSD.org
COMMENT=	Flash-card tool which optimises your learning process

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
		py*-xml>=0:${PORTSDIR}/textproc/py-xml \
		py*-qt>=0:${PORTSDIR}/x11-toolkits/py-qt

.include <bsd.port.mk>
