diff options
author | markp <markp@FreeBSD.org> | 2002-06-04 20:17:14 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-06-04 20:17:14 +0800 |
commit | 02cbd57767d4391d0732033daaaa1f1d63559772 (patch) | |
tree | cb9fc9aa2aad3b07d6afbf6603b2fceef33c187e /games | |
parent | 5c3353d3fd3d9cf531bf93963ca84b24e1cc8478 (diff) | |
download | freebsd-ports-gnome-02cbd57767d4391d0732033daaaa1f1d63559772.tar.gz freebsd-ports-gnome-02cbd57767d4391d0732033daaaa1f1d63559772.tar.zst freebsd-ports-gnome-02cbd57767d4391d0732033daaaa1f1d63559772.zip |
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')
-rw-r--r-- | games/Makefile | 1 | ||||
-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 |
6 files changed, 34 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 0c5c04dc0c06..5158d1cd287b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -386,6 +386,7 @@ SUBDIR += xpenguins SUBDIR += xphotohunter SUBDIR += xpilot + SUBDIR += xpilotmon SUBDIR += xpipeman SUBDIR += xpuyo SUBDIR += xpuyopuyo 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 |