diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-17 08:27:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-17 08:27:18 +0000 |
commit | b25fd99e1bc5f5a14671a8b75db057bd392b7516 (patch) | |
tree | 72c1d2f7ed0ac29198616a90b1fd071fb8f3ea9d /misc/kwordquiz/Makefile | |
parent | deef0b133ea44e36d599a1b813f954706cb7ea7e (diff) | |
download | ports-b25fd99e1bc5f5a14671a8b75db057bd392b7516.tar.gz ports-b25fd99e1bc5f5a14671a8b75db057bd392b7516.zip |
Add kwordquiz 0.4,
KWordQuiz is a flashcard and vocabulary learning tool. It is
based on the Windows application WordQuiz and supports .wql
vocabularies created with WordQuiz. Furthermore the KDE
vocabulary format .kvtml is supported. KWordQuiz includes
flashcard, multiple choice and question & answer modes.
Vocabularies are easy to create and edit.
PR: ports/62935
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes
Notes:
svn path=/head/; revision=101151
Diffstat (limited to 'misc/kwordquiz/Makefile')
-rw-r--r-- | misc/kwordquiz/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/kwordquiz/Makefile b/misc/kwordquiz/Makefile new file mode 100644 index 000000000000..a6ee47e9c301 --- /dev/null +++ b/misc/kwordquiz/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: kwordquiz +# Date created: Mon Feb 16 23:05:48 CET 2004 +# Whom: Markus Brueffer <brueffer@phoenix-systems.de> +# +# $FreeBSD$ + +PORTNAME= kwordquiz +PORTVERSION= 0.4 +CATEGORIES= misc kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= brueffer@phoenix-systems.de +COMMENT= Flashcard and vocabulary learning tool + +USE_KDELIBS_VER=3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |