freebsd-ports/games/bs/Makefile
Satoshi Asami 863582a685 "Battleships solitaire" game (whatever that means).
PR:		3692
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-04 05:23:47 +00:00

22 lines
423 B
Makefile

# New ports collection makefile for: bs
# Version required: 2.1
# Date created: 11 May 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= bs-2.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= andy@icc.surw.chel.su
ALL_TARGET=
MAN6= bs.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin/bs
@ ${INSTALL_MAN} ${WRKSRC}/bs.6 ${PREFIX}/man/man6
.include <bsd.port.mk>