summaryrefslogtreecommitdiff
path: root/games/seabattle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/seabattle/Makefile')
-rw-r--r--games/seabattle/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/seabattle/Makefile b/games/seabattle/Makefile
new file mode 100644
index 000000000000..27a4a96cd4fa
--- /dev/null
+++ b/games/seabattle/Makefile
@@ -0,0 +1,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>