mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
40 lines
883 B
Makefile
40 lines
883 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.9
|
|
#PORTREVISION= 0
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME:S,k,K,}-${DISTVERSION}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= A little tool to memorize Japanese KANA (Hiragana/Katakana)
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
|
|
${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
|
|
|
|
NO_BUILD= yes
|
|
|
|
RM_FILES= CHANGES.txt FAL.txt GPL.txt
|
|
RM_OPTS= -f
|
|
|
|
USE_GETTEXT= yes
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PYDISTUTILS_PKGNAME= Kana-no-quiz
|
|
|
|
WRKSRC= "${WRKDIR}/Kana no quiz-${DISTVERSION}"
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC} && ${RM} ${RM_OPTS} ${RM_FILES}
|
|
|
|
.include <bsd.port.mk>
|