aboutsummaryrefslogtreecommitdiff
path: root/games/xpilotmon/Makefile
blob: 6bdb5b46fe5487cf42cb515ae04d2b496b98791f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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/

MAINTAINER=		ports@FreeBSD.org
COMMENT=	A Tcl/Tk interface to the XPilot meta server(s)

RUN_DEPENDS=		wish8.4:${PORTSDIR}/x11-toolkits/tk84

ALL_TARGET=		xpilotmon
MAN6=			xpilotmon.6
PLIST_FILES=		bin/xpilotmon

post-patch:
	@${REINPLACE_CMD} -e "s/exec wish/exec wish8.4/" ${WRKSRC}/xpilotmon.org
	@${REINPLACE_CMD} -e "s/\$$(INSTALL_DATA)/${INSTALL_MAN}/" ${WRKSRC}/Makefile

.include <bsd.port.mk>