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 | |
parent | AC_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>
Diffstat (limited to 'games/xpilotmon')
-rw-r--r-- | games/xpilotmon/Makefile | 24 | ||||
-rw-r--r-- | games/xpilotmon/distinfo | 1 | ||||
-rw-r--r-- | games/xpilotmon/pkg-comment | 1 | ||||
-rw-r--r-- | games/xpilotmon/pkg-descr | 6 | ||||
-rw-r--r-- | games/xpilotmon/pkg-plist | 1 |
5 files changed, 33 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> 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 |