aboutsummaryrefslogtreecommitdiffstats
path: root/games/seabattle/Makefile
blob: 27a4a96cd4faddb47f935b92923b379c9d8836d0 (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
# New ports collection makefile for:    seabattle
# Version required:         1.0
# Date created:             6 June 1997
# Whom:                 Andrey Zakhvatov
#
# $Id$
#

DISTNAME=       seabattle-1.0
CATEGORIES=     games
MASTER_SITES=       ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy

MAINTAINER=     andy@icc.surw.chel.su

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/seabattle ${PREFIX}/bin/seabattle
    @ ${MKDIR} ${PREFIX}/share/seabattle
.for file in hit1 hit2 miss1 miss2 opening sunkit
    @ ${INSTALL_DATA} ${WRKSRC}/${file}.au ${PREFIX}/share/seabattle/${file}.au
.endfor
    @ ${MKDIR} ${PREFIX}/share/doc/seabattle
    @ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/seabattle/readme.txt

.include <bsd.port.mk>