summaryrefslogtreecommitdiff
path: root/games/bridge-hands
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-28 08:05:58 +0000
committerjlam <jlam@pkgsrc.org>2001-10-28 08:05:58 +0000
commitd667bb0a38b7dc658f3170404c178e7f9d8190e6 (patch)
tree1f5aefb3018e1fa7bf783e49a93a988364ce5b44 /games/bridge-hands
parent59091db4bcc9d2ea9ac0e0d7baf6912e78c4c427 (diff)
downloadpkgsrc-d667bb0a38b7dc658f3170404c178e7f9d8190e6.tar.gz
games/bridge-hands:
generate hands for duplicate bridge Hands is a program to generate bridge hands for a duplicate game. The program writes output to the terminal ("Standard out") which may be redirected to a file or a printer. The output is suitable for printing on 8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch, such as 10-point Courier, or for redirection to any Postcript printer or compatible interpreter.
Diffstat (limited to 'games/bridge-hands')
-rw-r--r--games/bridge-hands/Makefile24
-rw-r--r--games/bridge-hands/distinfo4
-rw-r--r--games/bridge-hands/pkg/DESCR6
-rw-r--r--games/bridge-hands/pkg/PLIST2
4 files changed, 36 insertions, 0 deletions
diff --git a/games/bridge-hands/Makefile b/games/bridge-hands/Makefile
new file mode 100644
index 00000000000..ae8583efdc4
--- /dev/null
+++ b/games/bridge-hands/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/28 08:05:58 jlam Exp $
+
+DISTNAME= hands-2.0.bsd386
+PKGNAME= bridge-hands-2.0
+CATEGORIES= games
+MASTER_SITES= http://www.whiteoaks.com/hands/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.whiteoaks.com/hands/
+COMMENT= generate hands for duplicate bridge
+
+EXTRACT_ELEMENTS= hands/source
+WRKSRC= ${WRKDIR}/hands/source
+
+USE_BUILDLINK_ONLY= YES
+
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o hands hands.c ${LIBS}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/hands ${PREFIX}/bin/bridge-hands
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/bridge-hands/distinfo b/games/bridge-hands/distinfo
new file mode 100644
index 00000000000..291419e19b0
--- /dev/null
+++ b/games/bridge-hands/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/28 08:05:58 jlam Exp $
+
+SHA1 (hands-2.0.bsd386.tar.gz) = dbd79a30743379340e523fdfb26fc369b87ba9bb
+Size (hands-2.0.bsd386.tar.gz) = 14015 bytes
diff --git a/games/bridge-hands/pkg/DESCR b/games/bridge-hands/pkg/DESCR
new file mode 100644
index 00000000000..a131bea6c65
--- /dev/null
+++ b/games/bridge-hands/pkg/DESCR
@@ -0,0 +1,6 @@
+Hands is a program to generate bridge hands for a duplicate game. The
+program writes output to the terminal ("Standard out") which may be
+redirected to a file or a printer. The output is suitable for printing on
+8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch,
+such as 10-point Courier, or for redirection to any Postcript printer or
+compatible interpreter.
diff --git a/games/bridge-hands/pkg/PLIST b/games/bridge-hands/pkg/PLIST
new file mode 100644
index 00000000000..00293cc35db
--- /dev/null
+++ b/games/bridge-hands/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/28 08:05:58 jlam Exp $
+bin/bridge-hands