blob: 3b258c8b9062e1c13bfea14f67c83dec3a127fbc (
plain) (
blame)
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
27
28
29
|
# Created by: bruno
# $FreeBSD$
PORTNAME= childsplay_plugins
PORTVERSION= 0.90
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/childsplay/childsplay-plugins/${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= bruno@tinkerbox.org
COMMENT= Educative games for children
BUILD_DEPENDS= childsplay:${PORTSDIR}/games/childsplay
RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay
USE_PYTHON= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= fails to install on 9.X
.endif
post-patch:
@${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
.include <bsd.port.post.mk>
|