aboutsummaryrefslogtreecommitdiffstats
path: root/games/bs/Makefile
blob: c6c821863bd4392f26ab8dfea6a5e905b4dc72a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=     ports@FreeBSD.org

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>