blob: 08aa81b27e2e6cb39673556d8ed738ba545d35d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: alphabet_sounds_fr
# Date created: 6 July 2004
# Whom: bruno
# $FreeBSD$
PORTNAME= alphabet_sounds_fr
PORTVERSION= 0.1
PORTREVISION= 1
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
BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_REINPLACE= yes
USE_PYTHON= yes
post-patch:
@${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
.include <bsd.port.mk>
|