freebsd-ports/games/childsplay_plugins/Makefile
2014-07-02 18:22:39 +00:00

26 lines
552 B
Makefile

# Created by: bruno
# $FreeBSD$
PORTNAME= childsplay_plugins
PORTVERSION= 0.90
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/childsplay/childsplay-plugins/${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Educative games for children
BUILD_DEPENDS= childsplay:${PORTSDIR}/games/childsplay
RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay
USE_PYTHON= yes
NO_STAGE= yes
BROKEN= Does not build
post-patch:
@${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
.include <bsd.port.mk>