2002-06-04 14:17:14 +02:00
|
|
|
# New ports collection makefile for: xpilotmon
|
|
|
|
# Date created: 14 January 2002
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xpilotmon
|
|
|
|
PORTVERSION= 2.8
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.xpilot.org/pub/contrib/
|
|
|
|
|
2005-10-23 03:02:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= A Tcl/Tk interface to the XPilot meta server(s)
|
2002-06-04 14:17:14 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
|
|
|
|
ALL_TARGET= xpilotmon
|
|
|
|
MAN6= xpilotmon.6
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xpilotmon
|
2002-06-04 14:17:14 +02:00
|
|
|
|
2003-02-03 15:25:02 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
2002-06-04 14:17:14 +02:00
|
|
|
post-patch:
|
2003-02-03 15:25:02 +01:00
|
|
|
@${REINPLACE_CMD} -e "s/exec wish/exec wish8.4/" ${WRKSRC}/xpilotmon.org
|
|
|
|
@${REINPLACE_CMD} -e "s/\$$(INSTALL_DATA)/${INSTALL_MAN}/" ${WRKSRC}/Makefile
|
2002-06-04 14:17:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|