mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
27 lines
582 B
Makefile
27 lines
582 B
Makefile
# New ports collection makefile for: childsplay_plugins
|
|
# Date created: 6 July 2004
|
|
# Whom: bruno
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= childsplay_plugins
|
|
PORTVERSION= 0.80.1.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/childsplay/OldFiles
|
|
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>
|