aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-05 09:49:12 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-05 09:49:12 +0000
commit74391a0386e72d14fc80e425eeb762dd21060d0f (patch)
tree0d69e92cd77ee2d06246945e43484d9e0df28771 /games
parent09d32f75e1fd2ff77b570b3a58820c1c40886ea5 (diff)
downloadports-74391a0386e72d14fc80e425eeb762dd21060d0f.tar.gz
ports-74391a0386e72d14fc80e425eeb762dd21060d0f.zip
- Kill games/deal -- abandonware
Notes
Notes: svn path=/head/; revision=342677
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/deal/Makefile31
-rw-r--r--games/deal/distinfo2
-rw-r--r--games/deal/pkg-descr8
4 files changed, 0 insertions, 42 deletions
diff --git a/games/Makefile b/games/Makefile
index 278df3b84fc9..bd6ea8a0f2ad 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -185,7 +185,6 @@
SUBDIR += dangerdeep-data
SUBDIR += darkplaces
SUBDIR += dcross
- SUBDIR += deal
SUBDIR += defendguin
SUBDIR += diameter
SUBDIR += digger-vgl
diff --git a/games/deal/Makefile b/games/deal/Makefile
deleted file mode 100644
index 4ac9feabfdc8..000000000000
--- a/games/deal/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Mark Pulford <mark@kyne.com.au>
-# $FreeBSD$
-
-PORTNAME= deal
-PORTVERSION= 2.5
-CATEGORIES= games
-MASTER_SITES= http://catb.org/~esr/deal/
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= A calculator for card-draw probabilities
-
-MAN1= deal.1
-PLIST_FILES= bin/deal
-
-CFLAGS+= -lm
-
-NO_STAGE= yes
-do-build:
- cd ${WRKSRC} && ${CC} ${CFLAGS} -o deal deal.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/deal ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/deal.1 ${PREFIX}/man/man1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64"
-BROKEN= Does not compile on ia64
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/games/deal/distinfo b/games/deal/distinfo
deleted file mode 100644
index db39e1e8c7d9..000000000000
--- a/games/deal/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (deal-2.5.tar.gz) = 739cb00034867608065a3cfa63d044043cda505f64d8249acda941c074a8902c
-SIZE (deal-2.5.tar.gz) = 7353
diff --git a/games/deal/pkg-descr b/games/deal/pkg-descr
deleted file mode 100644
index 9b0399faed39..000000000000
--- a/games/deal/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Deal is a calculator for card-draw probabilities. Specifically it
-computes non-replacement draw probabilities using the hypergeomtric
-function. It can also be used to compute binomial coefficients and the
-gamma function.
-
-Deal is useful for tuning Magic: The Gathering decks.
-
-WWW: http://catb.org/~esr/software.html