svn commit: r305361 - head/games/bs
Jason E. Hale
jhale at FreeBSD.org
Sat Oct 6 13:40:16 UTC 2012
Author: jhale
Date: Sat Oct 6 13:40:15 2012
New Revision: 305361
URL: http://svn.freebsd.org/changeset/ports/305361
Log:
- Add LICENSE
- Mark MAKE_JOBS_SAFE
- Update pkg-descr
- Convert Makefile header to new format
- Pass maintainership to submitter
PR: ports/172186
Submitted by: nemysis <nemysis at gmx.ch>
Approved by: makc (mentor)
Modified:
head/games/bs/Makefile (contents, props changed)
head/games/bs/pkg-descr (contents, props changed)
Modified: head/games/bs/Makefile
==============================================================================
--- head/games/bs/Makefile Sat Oct 6 13:19:20 2012 (r305360)
+++ head/games/bs/Makefile Sat Oct 6 13:40:15 2012 (r305361)
@@ -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 at FreeBSD.org
+MAINTAINER= nemysis at 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>
Modified: head/games/bs/pkg-descr
==============================================================================
--- head/games/bs/pkg-descr Sat Oct 6 13:19:20 2012 (r305360)
+++ head/games/bs/pkg-descr Sat Oct 6 13:40:15 2012 (r305361)
@@ -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/
More information about the svn-ports-head
mailing list