summaryrefslogtreecommitdiffstats
path: root/games/childsplay_plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/childsplay_plugins/Makefile')
-rw-r--r--games/childsplay_plugins/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile
new file mode 100644
index 000000000..2a43736de
--- /dev/null
+++ b/games/childsplay_plugins/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: childsplay_plugins
+# Date created: 6 July 2004
+# Whom: bruno
+#
+# $FreeBSD$
+#
+
+PORTNAME= childsplay_plugins
+PORTVERSION= 0.80.1.1
+PORTREVISION= 2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= childsplay
+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
+
+post-patch:
+ @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
+
+.include <bsd.port.mk>