aboutsummaryrefslogtreecommitdiffstats
path: root/games/bs/Makefile
blob: 45486647175a3be39942b664ba42a64a53dcb7a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    bs
# Date created:             11 May 1997
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

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

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

MAKE_ARGS=  CC="${CC}"
ALL_TARGET= # empty
USE_GMAKE=  yes

MAN6=       bs.6
PLIST_FILES=    bin/bs

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

.include <bsd.port.mk>