freebsd-ports/games/xpilotmon/Makefile
Edwin Groothuis b7794e08f4 Maintainer update port: games/xpilotmon (removes Perl depend)
PR:		ports/47233
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-02-03 14:25:02 +00:00

26 lines
616 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
USE_REINPLACE= yes
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>