pkgsrc/misc/py-anki/Makefile
wiz 442e43bf21 Initial import of py-anki-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.
2012-05-05 22:22:51 +00:00

18 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/05/05 22:22:51 wiz Exp $
.include "Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
DEPENDS+= ${PYPKGPREFIX}-libanki-[0-9]*:../../misc/py-libanki
REPLACE_PYTHON= anki ankiqt/ui/dropbox.py
EGG_NAME= ${DISTNAME:S/anki/ankiqt/}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/anki ${DESTDIR}${PREFIX}/bin/anki${PYVERSSUFFIX}
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"