diff options
author | jlam <jlam> | 2001-10-28 08:05:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-28 08:05:58 +0000 |
commit | a1891b028295ab62074696f245b2c5d63d8148f6 (patch) | |
tree | 1f5aefb3018e1fa7bf783e49a93a988364ce5b44 /games/bridge-hands | |
parent | f2a107ca19ed17d2f5024c3c8d8c6b433d9c9641 (diff) | |
download | pkgsrc-a1891b028295ab62074696f245b2c5d63d8148f6.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/Makefile | 24 | ||||
-rw-r--r-- | games/bridge-hands/distinfo | 4 | ||||
-rw-r--r-- | games/bridge-hands/pkg/DESCR | 6 | ||||
-rw-r--r-- | games/bridge-hands/pkg/PLIST | 2 |
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 |