freebsd-ports/japanese/kana-no-quiz/Makefile
Ion-Mihai Tetcu 3c8fe9a3e2 Fix size mismatch (a few py files removed, a new files installed)
PR:		ports/101463
Submitted by:	Nicola Vitale (maintainer)
2006-08-06 17:54:22 +00:00

29 lines
630 B
Makefile

# 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
PORTREVISION= 1
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>