diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 13:59:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 13:59:55 +0000 |
commit | 0085eaf2a239cb9176562293b6ce9f8ef57d48a9 (patch) | |
tree | cdb839832c261e08eec51e0e44585f27be6d7131 /games/eights | |
parent | 0a2d7b5acdd260c053f2897c02721d95a5d7d595 (diff) | |
download | ports-0085eaf2a239cb9176562293b6ce9f8ef57d48a9.tar.gz ports-0085eaf2a239cb9176562293b6ce9f8ef57d48a9.zip |
Notes
Diffstat (limited to 'games/eights')
-rw-r--r-- | games/eights/Makefile | 2 | ||||
-rw-r--r-- | games/eights/distinfo | 1 | ||||
-rw-r--r-- | games/eights/pkg-descr | 10 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games/eights/Makefile b/games/eights/Makefile index ffc3f508c8a7..3fb671271c57 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Text based card game, the objective is to get rid of all your cards +NO_WRKSUBDIR= yes PLIST_FILES= bin/eights -WRKSRC= ${WRKDIR} do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} diff --git a/games/eights/distinfo b/games/eights/distinfo index 510ef68d29c6..d7a3f3d57e25 100644 --- a/games/eights/distinfo +++ b/games/eights/distinfo @@ -1 +1,2 @@ MD5 (eights.tar.gz) = 4be965e5563ab949c59e18b7c09fd61a +SIZE (eights.tar.gz) = 3295 diff --git a/games/eights/pkg-descr b/games/eights/pkg-descr index 6e1a22ad494e..3bc38bbd2dc2 100644 --- a/games/eights/pkg-descr +++ b/games/eights/pkg-descr @@ -1,7 +1,9 @@ -Eights is a text based card game. The objective is to get rid of all your cards -before the computer does. You must play the same number or suit as what is -discarded. Eights are wild and are worth 50 points. You want the least amount -of points. +Eights is a text based card game. The objective is to get rid of all your +cards before the computer does. You must play the same number or suit as +what is discarded. Eights are wild and are worth 50 points. You want the +least amount of points. + +WWW: http://dxkelly.freeshell.org/games.html - Bob Bomar <bob@fly.homeunix.org> |