aboutsummaryrefslogtreecommitdiff
path: root/games/bs
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-06 13:40:15 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-06 13:40:15 +0000
commita9606856b6a9a1c1da4007ccf2562d578c110522 (patch)
tree5647ee63d613d3e6067fef173c7cbcd29ca3e0e8 /games/bs
parentfeab4068469d73bb71a50d8e96ba227702e22cd2 (diff)
Notes
Diffstat (limited to 'games/bs')
-rw-r--r--games/bs/Makefile13
-rw-r--r--games/bs/pkg-descr9
2 files changed, 13 insertions, 9 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile
index 40e588fa0265..79502f35661e 100644
--- a/games/bs/Makefile
+++ b/games/bs/Makefile
@@ -1,27 +1,26 @@
-# New ports collection makefile for: bs
-# Date created: 11 May 1997
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= bs
PORTVERSION= 2.8
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bs/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nemysis@gmx.ch
COMMENT= Battleships solitaire game with a color interface
+LICENSE= GPLv2
+
MAKE_ARGS= CC="${CC}"
ALL_TARGET= # empty
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
MAN6= bs.6
PLIST_FILES= bin/bs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6
+ ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>
diff --git a/games/bs/pkg-descr b/games/bs/pkg-descr
index c808037a7a8c..f7393eea8d85 100644
--- a/games/bs/pkg-descr
+++ b/games/bs/pkg-descr
@@ -1,4 +1,9 @@
-Battleships solitaire game with a color point-and-shoot
-interface in the style of blue and galaxis games (for console).
+Battleships solitaire game with a color point-and-shoot interface
+in the style of blue and galaxis games (for console).
+
+This program allows you to play the familiar Battleships game against
+the computer on a 10x10 board. The interface is visual and largely
+self-explanatory; you place your ships and pick your shots by moving
+the cursor around the `sea' with the rogue/hack motion keys hjklyubn.
WWW: http://www.catb.org/~esr/bs/