# New ports collection makefile for:	bs
# Date created:				11 May 1997
# Whom:					Andrey Zakhvatov
#
# $FreeBSD: ports/games/bs/Makefile,v 1.12 2003/02/20 17:32:05 knu Exp $
#

PORTNAME=	bs
PORTVERSION=	2.4
CATEGORIES=	games
MASTER_SITES=	http://www.catb.org/~esr/bs/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Battleships solitaire game with a color interface

ALL_TARGET=	# empty
MAN6=		bs.6

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6

.include <bsd.port.mk>
