090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
617 B
Makefile
27 lines
617 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= 5
|
|
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>
|