diff options
author | krion <krion@FreeBSD.org> | 2004-03-16 21:59:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-16 21:59:55 +0800 |
commit | a1186bfe707e049c081e747aa752d8b8cbfe85fd (patch) | |
tree | 8eed0c4c34f41a88171cf0a4350265ec597286f8 /games | |
parent | a470043cbd4941cf89e170021ab05e0a0b886c0b (diff) | |
download | freebsd-ports-gnome-a1186bfe707e049c081e747aa752d8b8cbfe85fd.tar.gz freebsd-ports-gnome-a1186bfe707e049c081e747aa752d8b8cbfe85fd.tar.zst freebsd-ports-gnome-a1186bfe707e049c081e747aa752d8b8cbfe85fd.zip |
- Use NO_WRKSUBDIR properly
- Add WWW: line
- Utilize SIZE
PR: ports/64334
Submitted by: Ports Fury
Diffstat (limited to 'games')
-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> |