freebsd-ports/games/xpilotmon/Makefile
Mark Pulford 0bd1d4bc0b Add xpilotmon 2.8, a Tcl/Tk interface to the XPilot meta server(s).
PR:		33899
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2002-06-04 12:17:14 +00:00

24 lines
585 B
Makefile

# 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= jylefort@brutele.be
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
ALL_TARGET= xpilotmon
MAN6= xpilotmon.6
post-patch:
@${PERL} -pi -e "s/exec wish/exec wish8.4/" ${WRKSRC}/xpilotmon.org
@${PERL} -pi -e "s/.\(INSTALL_DATA\)/${INSTALL_MAN}/" ${WRKSRC}/Makefile
.include <bsd.port.mk>