aboutsummaryrefslogtreecommitdiff
path: root/games/childsplay_plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/childsplay_plugins/Makefile')
-rw-r--r--games/childsplay_plugins/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile
deleted file mode 100644
index 262d82270853..000000000000
--- a/games/childsplay_plugins/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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>