diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-27 20:58:21 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-27 20:58:21 +0000 |
commit | 42ece26aee774d7bac3f04402ef2a35ae54304a8 (patch) | |
tree | 14f0f9d19f342eac7dab98754b594e8c28424b0b /net/warppipe | |
parent | 5c30795e05ade650c7fc17d757182766a98699e6 (diff) | |
download | ports-42ece26aee774d7bac3f04402ef2a35ae54304a8.tar.gz ports-42ece26aee774d7bac3f04402ef2a35ae54304a8.zip |
Notes
Diffstat (limited to 'net/warppipe')
-rw-r--r-- | net/warppipe/Makefile | 26 | ||||
-rw-r--r-- | net/warppipe/distinfo | 2 | ||||
-rw-r--r-- | net/warppipe/pkg-descr | 11 | ||||
-rw-r--r-- | net/warppipe/pkg-plist | 2 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net/warppipe/Makefile b/net/warppipe/Makefile new file mode 100644 index 000000000000..fb2a4ae4d02a --- /dev/null +++ b/net/warppipe/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: warppipe +# Date created: 27 June 2004 +# Whom: Chris Howells <howells@kde.org> +# +# $FreeBSD$ + +PORTNAME= warppipe +PORTVERSION= 0.3.5b +CATEGORIES= net games +MASTER_SITES= http://www.warppipe.com/download/ +DISTNAME= WarpPipe-0.3.5-bsd + +MAINTAINER= howells@kde.org +COMMENT= Online multi-player gaming for the Nintendo GameCube + +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x + +USE_XLIB= YES +WRKSRC= ${WRKDIR}/WarpPipe-0.3.5-bsd +NO_BUILD= YES + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/WarpPipe ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/soshell ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net/warppipe/distinfo b/net/warppipe/distinfo new file mode 100644 index 000000000000..699871139190 --- /dev/null +++ b/net/warppipe/distinfo @@ -0,0 +1,2 @@ +MD5 (WarpPipe-0.3.5-bsd.tar.gz) = 692bbf7ffa0ef57c5ac2063f1c58f2bf +SIZE (WarpPipe-0.3.5-bsd.tar.gz) = 2232448 diff --git a/net/warppipe/pkg-descr b/net/warppipe/pkg-descr new file mode 100644 index 000000000000..e5655942e5ff --- /dev/null +++ b/net/warppipe/pkg-descr @@ -0,0 +1,11 @@ +Warp Pipe is free software that runs on your PC or Mac and is +available for Windows, Mac OSX, Linux, and BSD operating systems. +While running on your PC or Mac, Warp Pipe allows you to play +LAN-enabled Nintendo GameCube games over the Internet with other +GameCube gamers. While Warp Pipe software runs on your PC or Mac, +it talks to the GameCube connected on the same network, allowing +the GameCube to communicate with other GameCubes over the Internet. + +WWW: http://www.warppipe.com + +Chris Howells howells@kde.org diff --git a/net/warppipe/pkg-plist b/net/warppipe/pkg-plist new file mode 100644 index 000000000000..9238748738cd --- /dev/null +++ b/net/warppipe/pkg-plist @@ -0,0 +1,2 @@ +bin/WarpPipe +bin/soshell |