090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
696 B
Makefile
29 lines
696 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
|
|
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>
|