1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/french/alphabet_sounds_fr/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

26 lines
653 B
Makefile

# New ports collection makefile for: alphabet_sounds_fr
# Date created: 6 July 2004
# Whom: bruno
# $FreeBSD$
PORTNAME= alphabet_sounds_fr
PORTVERSION= 0.3
PORTREVISION= 6
CATEGORIES= french games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= childsplay
DISTNAME= alphabet_sounds_fr
MAINTAINER= bruno@tinkerbox.org
COMMENT= Educative games for children. Alphabet sounds package (french)
BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
post-patch:
@${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
.include <bsd.port.mk>