mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
afb550e3cf
PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters.
16 lines
354 B
Makefile
16 lines
354 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
|
|
PORTREVISION= 1
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
MASTERDIR= ${.CURDIR}/../anki
|
|
|
|
.include "${MASTERDIR}/Makefile.inc"
|