mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
25 lines
618 B
Makefile
25 lines
618 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= 9
|
|
CATEGORIES= french games
|
|
MASTER_SITES= SF/childsplay/OldFiles
|
|
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>
|