summaryrefslogtreecommitdiff
path: root/misc/py-libanki/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-05 22:22:15 +0000
committerwiz <wiz@pkgsrc.org>2012-05-05 22:22:15 +0000
commitefba815a2c97f8f6bab6b59cef01d99e54c9c82c (patch)
tree80a1b65e2537bc611c5f86c740a158138a28485d /misc/py-libanki/Makefile
parent7555856159fc89df7ffdfd9bbe97de945cbf0a6e (diff)
downloadpkgsrc-efba815a2c97f8f6bab6b59cef01d99e54c9c82c.tar.gz
Initial import of libanki-1.2.9.
Anki is a program which makes remembering things easy. Because it is a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn. Anyone who needs to remember things in their daily life can benefit from Anki. Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless. This package contains the libraries for anki.
Diffstat (limited to 'misc/py-libanki/Makefile')
-rw-r--r--misc/py-libanki/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/py-libanki/Makefile b/misc/py-libanki/Makefile
new file mode 100644
index 00000000000..01d6aaebca5
--- /dev/null
+++ b/misc/py-libanki/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/05 22:22:15 wiz Exp $
+
+.include "../../wip/py-anki/Makefile.common"
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/anki/libanki/}
+COMMENT= Flashcard learning program (support libraries)
+LICENSE= gnu-gpl-v3 OR modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-simplejson>=1.7.3:../../converters/py-simplejson
+DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.4.3:../../databases/py-sqlalchemy
+DEPENDS+= ${PYPKGPREFIX}-sqlite2>=1.3:../../databases/py-sqlite2
+DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+
+PYSETUPSUBDIR= libanki
+
+.include "../../mk/bsd.pkg.mk"