1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/seabattle/Makefile
Kevin Lo 9cdb1db5f7 - Add secondary site to MASTER_SITES
- Support CC properly
- Support NOPORTDOCS
- Add WWW: line

PR: 24819
Submitted by: Ports Fury
2001-02-03 16:37:37 +00:00

28 lines
666 B
Makefile

# New ports collection makefile for: seabattle
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= seabattle
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.deater.net/weave/vmwprod/
MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= ports@FreeBSD.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/seabattle ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/seabattle
${INSTALL_DATA} ${WRKSRC}/*.au ${PREFIX}/share/seabattle
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/seabattle
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/seabattle
.endif
.include <bsd.port.mk>