1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/bs/Makefile
Steve Price dbf8ad5ba9 * update to version 2.2
* shorten too long pkg/DESCR

PR:		15567
Submitted by:	Alexander Langer <alex@cichlids.com>
1999-12-24 04:58:04 +00:00

23 lines
428 B
Makefile

# New ports collection makefile for: bs
# Version required: 2.2
# Date created: 11 May 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= bs-2.2
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>