2c40b6a49a
- Change games/py-anki to slave port of games/anki PR: 133314 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
14 lines
338 B
Makefile
14 lines
338 B
Makefile
# New ports collection makefile for: py-anki
|
|
# Date created: 12 February 2008
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Spaced-repetition memory training library
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
MASTERDIR= ${.CURDIR}/../anki
|
|
|
|
.include "${MASTERDIR}/Makefile.inc"
|