diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-06 21:40:15 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-06 21:40:15 +0800 |
commit | 6477b67b1f65be3a3bf17e237fcead3144ed38f0 (patch) | |
tree | 5647ee63d613d3e6067fef173c7cbcd29ca3e0e8 /games/bs | |
parent | 759fa51a01ff74a42a9961a227947f48f0512d25 (diff) | |
download | freebsd-ports-graphics-6477b67b1f65be3a3bf17e237fcead3144ed38f0.tar.gz freebsd-ports-graphics-6477b67b1f65be3a3bf17e237fcead3144ed38f0.tar.zst freebsd-ports-graphics-6477b67b1f65be3a3bf17e237fcead3144ed38f0.zip |
- 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@gmx.ch>
Approved by: makc (mentor)
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/Makefile | 13 | ||||
-rw-r--r-- | games/bs/pkg-descr | 9 |
2 files changed, 13 insertions, 9 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 40e588fa026..79502f35661 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 c808037a7a8..f7393eea8d8 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/ |