summaryrefslogtreecommitdiff
path: root/misc/mnemosyne/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mnemosyne/Makefile')
-rw-r--r--misc/mnemosyne/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile
new file mode 100644
index 00000000000..0aeb12bf66a
--- /dev/null
+++ b/misc/mnemosyne/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/06 12:51:39 wiz Exp $
+#
+
+DISTNAME= mnemosyne-1.1.1
+CATEGORIES= misc
+MASTER_SITES= http://downloads.sourceforge.net/mnemosyne-proj/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://mnemosyne-proj.org/
+COMMENT= Sophisticated flash-card tool which optimizes your learning process
+
+USE_DIRS+= xdg-1.4
+USE_LANGUAGES= # none
+# XXX: no py-qt package for python-2.5 available
+PYTHON_VERSIONS_INCOMPATIBLE= 25
+
+EGG_NAME= ${DISTNAME:S/^m/M/}
+
+SUBST_CLASSES+= installpath
+SUBST_SED.installpath= -e 's,/usr/share,${PREFIX}/share,'
+SUBST_FILES.installpath= setup.py
+SUBST_MESSAGE.installpath= Fixing installation path.
+SUBST_STAGE.installpath= pre-build
+
+.include "../../devel/py-game/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
+.include "../../x11/py-qt3-base/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"