freebsd-ports/games/bs/Makefile

24 lines
468 B
Makefile
Raw Normal View History

# New ports collection makefile for: bs
# Date created: 11 May 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 02:06:33 -04:00
# $FreeBSD$
#
PORTNAME= bs
PORTVERSION= 2.4
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bs/
MAINTAINER= ports@FreeBSD.org
2003-02-20 12:32:26 -05:00
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>