summaryrefslogtreecommitdiff
path: root/games/xpilotmon/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2002-06-04 12:17:14 +0000
committerMark Pulford <markp@FreeBSD.org>2002-06-04 12:17:14 +0000
commit0bd1d4bc0b9d2e475ff4d2b4f4427b5b69b50a6c (patch)
tree542ba3f27dfee1d6194c475722c24528b7bff0dd /games/xpilotmon/Makefile
parentAC_TRY_COMPILE -> AC_TRY_LINK (diff)
Add xpilotmon 2.8, a Tcl/Tk interface to the XPilot meta server(s).
PR: 33899 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=60595
Diffstat (limited to 'games/xpilotmon/Makefile')
-rw-r--r--games/xpilotmon/Makefile24
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>