aboutsummaryrefslogtreecommitdiff
path: root/japanese/kana-no-quiz/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-05-14 20:30:01 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-05-14 20:30:01 +0000
commite714b3804fb1e26758ba20a7c7ad28b4af1bfbe6 (patch)
tree36047eee715c5649041912df04ca2b65f44f2d89 /japanese/kana-no-quiz/Makefile
parentb7fc7a0e6cee37b7c480ef39b8568e0a36f1059f (diff)
downloadports-e714b3804fb1e26758ba20a7c7ad28b4af1bfbe6.tar.gz
ports-e714b3804fb1e26758ba20a7c7ad28b4af1bfbe6.zip
Add ja-kana-no-quiz: A little tool to memorize Japanese KANA (Hiragana/Katakana)
PR: ports/95583 (based on) Submitted by: Nicola Vitale <nivit@email.it> Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=162370
Diffstat (limited to 'japanese/kana-no-quiz/Makefile')
-rw-r--r--japanese/kana-no-quiz/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile
new file mode 100644
index 000000000000..585c152a279f
--- /dev/null
+++ b/japanese/kana-no-quiz/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: kana-no-quiz
+# Date created: 2006-04-10
+# Whom: Nicola Vitale <nivit@email.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kana-no-quiz
+DISTVERSION= 1.5
+CATEGORIES= japanese
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= nivit@email.it
+COMMENT= A little tool to memorize Japanese KANA (Hiragana/Katakana)
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
+
+WRKSRC= "${WRKDIR}/Kana no quiz-1.5"
+NO_BUILD= yes
+USE_GETTEXT= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+post-extract:
+ @${RM} -f ${WRKSRC}/GPL.txt
+
+.include <bsd.port.mk>