1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/seabattle/Makefile
Thomas Gellekum 35acff6856 Import seabattle port. This version comes with sound support.
PR:		4820
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 12:08:01 +00:00

26 lines
697 B
Makefile

# 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>