1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add LICENSE

- Mark MAKE_JOBS_SAFE
- Update pkg-descr
- Convert Makefile header to new format
- Pass maintainership to submitter

PR:		ports/172188
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	makc (mentor)
This commit is contained in:
Jason E. Hale 2012-10-06 13:42:26 +00:00
parent a9606856b6
commit 21068c93d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305362
2 changed files with 24 additions and 7 deletions

View File

@ -11,12 +11,17 @@ CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
DISTNAME= bluemoon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Blue Moon card solitaire
MAINTAINER= nemysis@gmx.ch
COMMENT= Blue Moon card solitaire
LICENSE= BSD
USE_GMAKE= yes
ALL_TARGET= bluemoon
PLIST_FILES= bin/blue bin/bluemoon
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/blue \
bin/bluemoon
MAN6= bluemoon.6
MLINKS= bluemoon.6 blue.6
@ -28,6 +33,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bluemoon ${PREFIX}/bin
@${LN} -sf bluemoon ${PREFIX}/bin/blue
${INSTALL_MAN} ${WRKSRC}/bluemoon.6 ${MANPREFIX}/man/man6
${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>

View File

@ -1,6 +1,18 @@
Blue Moon
by Tim Lister and Eric S. Raymond
bluemoon - Blue Moon card solitaire
This simple game includes complete instructions on the game screen.
This 52-card solitaire starts with the entire deck shuffled and
dealt out in four rows. The aces are then moved to the left end of
the layout, making 4 initial free spaces. You may move to a space
only the card that matches the left neighbor in suit, and is one
greater in rank. Kings are high, so no cards may be placed to their
right (they create dead spaces).
When no moves can be made, cards still out of sequence are reshuffled
and dealt face up after the ends of the partial sequences, leaving
a card space after each sequence, so that each row looks like a
partial sequence followed by a space, followed by enough cards to
make a row of 14. A moment's reflection will show that this game
cannot take more than 13 deals. A good score is 1-3 deals, 4-7 is
average, 8 or more is poor.
WWW: http://www.catb.org/~esr/bluemoon/