1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2008-03-28 04:01:15 +00:00

29 lines
680 B
Makefile

# New ports collection makefile for: py-mnemosyne
# Date created: 11 Jan 2008
# Whom: Beech Rintoul <beech@FreeBSD.org>
#
#
# $FreeBSD$
#
PORTNAME= mnemosyne
PORTVERSION= 1.0.1.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>