From 02cbd57767d4391d0732033daaaa1f1d63559772 Mon Sep 17 00:00:00 2001 From: markp Date: Tue, 4 Jun 2002 12:17:14 +0000 Subject: Add xpilotmon 2.8, a Tcl/Tk interface to the XPilot meta server(s). PR: 33899 Submitted by: Jean-Yves Lefort --- games/xpilotmon/Makefile | 24 ++++++++++++++++++++++++ games/xpilotmon/distinfo | 1 + games/xpilotmon/pkg-comment | 1 + games/xpilotmon/pkg-descr | 6 ++++++ games/xpilotmon/pkg-plist | 1 + 5 files changed, 33 insertions(+) create mode 100644 games/xpilotmon/Makefile create mode 100644 games/xpilotmon/distinfo create mode 100644 games/xpilotmon/pkg-comment create mode 100644 games/xpilotmon/pkg-descr create mode 100644 games/xpilotmon/pkg-plist (limited to 'games/xpilotmon') 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 +# +# $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 diff --git a/games/xpilotmon/distinfo b/games/xpilotmon/distinfo new file mode 100644 index 000000000000..2cdd99716c05 --- /dev/null +++ b/games/xpilotmon/distinfo @@ -0,0 +1 @@ +MD5 (xpilotmon-2.8.tar.gz) = be18673672f2458908ac786159132ad2 diff --git a/games/xpilotmon/pkg-comment b/games/xpilotmon/pkg-comment new file mode 100644 index 000000000000..a8b881448439 --- /dev/null +++ b/games/xpilotmon/pkg-comment @@ -0,0 +1 @@ +A Tcl/Tk interface to the XPilot meta server(s) diff --git a/games/xpilotmon/pkg-descr b/games/xpilotmon/pkg-descr new file mode 100644 index 000000000000..aebbb11c5cad --- /dev/null +++ b/games/xpilotmon/pkg-descr @@ -0,0 +1,6 @@ +XPilotmon is a Tcl/Tk interface to the XPilot meta server(s). Although the +standard XPilot binary now contains its own interface, it is not really +user friendly, and it lacks a few features provided by XPilotmon. + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/games/xpilotmon/pkg-plist b/games/xpilotmon/pkg-plist new file mode 100644 index 000000000000..91fddde111ed --- /dev/null +++ b/games/xpilotmon/pkg-plist @@ -0,0 +1 @@ +bin/xpilotmon -- cgit