freebsd-ports/games/childsplay_plugins/Makefile
Pav Lucistnik 27c83281d4 - Mark BROKEN on 9.X: fails to install
Reported by:	pointyhat
2011-03-25 20:09:58 +00:00

31 lines
688 B
Makefile

# New ports collection makefile for: childsplay_plugins
# Date created: 6 July 2004
# Whom: bruno
#
# $FreeBSD$
#
PORTNAME= childsplay_plugins
PORTVERSION= 0.90
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
.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>