diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-06-04 12:17:14 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-06-04 12:17:14 +0000 |
commit | 0bd1d4bc0b9d2e475ff4d2b4f4427b5b69b50a6c (patch) | |
tree | 542ba3f27dfee1d6194c475722c24528b7bff0dd /games/xpilotmon/Makefile | |
parent | e55f32f0f89cb20ba00d967a78e780f5447fd080 (diff) |
Notes
Diffstat (limited to 'games/xpilotmon/Makefile')
-rw-r--r-- | games/xpilotmon/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/xpilotmon/Makefile b/games/xpilotmon/Makefile new file mode 100644 index 000000000000..24b6d3c257ce --- /dev/null +++ b/games/xpilotmon/Makefile @@ -0,0 +1,24 @@ +# 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> |