diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:55:29 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:55:29 +0800 |
commit | 5e0029cca2aba912bc6ba7272d13b8e793f6c9a5 (patch) | |
tree | 052cfa1fe546c2b0de8ce448e772b8e0e4a08d4a /games | |
parent | 5b64868bdb843d39a8078482a27610a2facdae74 (diff) | |
download | freebsd-ports-gnome-5e0029cca2aba912bc6ba7272d13b8e793f6c9a5.tar.gz freebsd-ports-gnome-5e0029cca2aba912bc6ba7272d13b8e793f6c9a5.tar.zst freebsd-ports-gnome-5e0029cca2aba912bc6ba7272d13b8e793f6c9a5.zip |
games/abridge||2010-09-07|Broken, abandoned upstream
PR: ports/150347
Submitted by: Janos Mohacsi <mohacsi@csoki.ki.iif.hu> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/abridge/Makefile | 33 | ||||
-rw-r--r-- | games/abridge/distinfo | 3 | ||||
-rw-r--r-- | games/abridge/pkg-descr | 12 |
4 files changed, 0 insertions, 49 deletions
diff --git a/games/Makefile b/games/Makefile index 1f4be0059a13..66955ed7fddf 100644 --- a/games/Makefile +++ b/games/Makefile @@ -15,7 +15,6 @@ SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap SUBDIR += abe - SUBDIR += abridge SUBDIR += abuse SUBDIR += abuse_sdl SUBDIR += acm diff --git a/games/abridge/Makefile b/games/abridge/Makefile deleted file mode 100644 index d29334618628..000000000000 --- a/games/abridge/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: abridge -# Date created: 19.05.2003 -# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> -# -# $FreeBSD$ - -PORTNAME= abridge -DISTVERSION= 0.4.0-1 -PORTREVISION= 4 -CATEGORIES= games -MASTER_SITES= http://www.abridgegame.org/debian/unstable/ -DISTNAME= ${PORTNAME}_${DISTVERSION} - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= Bridge game - -BROKEN= does not build - -USE_WX= 2.4 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.4.0 - -MAN1= abridge.1 -PLIST_FILES= bin/abridge - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - -.include <bsd.port.post.mk> diff --git a/games/abridge/distinfo b/games/abridge/distinfo deleted file mode 100644 index dd0d1bbb1110..000000000000 --- a/games/abridge/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (abridge_0.4.0-1.tar.gz) = bcd1e33441fe79ffd6d9b2109fa78a94 -SHA256 (abridge_0.4.0-1.tar.gz) = 2a4ef67961df4149223380a34f45b42ffd98f9513433e116ec7362a4a40013f4 -SIZE (abridge_0.4.0-1.tar.gz) = 164552 diff --git a/games/abridge/pkg-descr b/games/abridge/pkg-descr deleted file mode 100644 index 04a23681d3f4..000000000000 --- a/games/abridge/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Bridge is a bridge game that allows you to play bridge online with other -real people. It is currently available for UNIX (including linux), -Microsoft Windows and MacOS X. On all platforms, aBridge supports speech -synthesis, allowing you to choose listen to the bids and chat conversation -rather than simply gazing at the screen waiting for someone to play. -aBridge also has some rudimentary bots, for when other players aren't -online, but their AI is pretty pathetic, and they are in need of a -complete rewrite. - -WWW: http://www.abridgegame.org/ - -Janos.Mohacsi@bsd.hu |