# New ports collection makefile for:	traindirector
# Date created:				09/08/2003
# Whom:					Guido Falsi <mad@madpilot.net>
#
# $FreeBSD: ports/games/traindirector/Makefile,v 1.10 2006/03/07 08:26:25 ade Exp $
#

PORTNAME=	traindirector
PORTVERSION=	1.19c
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://xtsl.free.fr/119c/
DISTNAME=	traindir-${PORTVERSION}-src

MAINTAINER=	mad@madpilot.net
COMMENT=	Train controller simulation

WRKSRC=		${WRKDIR}/traindir-${PORTVERSION}

USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_GNOME=	gtk12
USE_REINPLACE=	yes
USE_BZIP2=	yes

post-extract:
.for file in Makefile field.c loadsave.c run.c setup_trdir.sh tgraph.c track.c track1.c trsim.c
	@${TR} -d '\015' < ${WRKSRC}/${file} > ${WRKDIR}/xxxx
	@${MV} ${WRKDIR}/xxxx ${WRKSRC}/${file}
.endfor

post-patch:
	${REINPLACE_CMD} -e 's#PREFIX#${PREFIX}#' ${WRKSRC}/setup_trdir.sh

.include <bsd.port.mk>
