mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New ports - N.A.D.A.R. is a network tank battle game. You can play
N.A.D.A.R. with some players over the network. PR: ports/18159 Submitted by: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
This commit is contained in:
parent
f565838776
commit
3795866141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31098
24
games/nadar/Makefile
Normal file
24
games/nadar/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: NADAR
|
||||
# Date created: 22 April 2000
|
||||
# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nadar
|
||||
PORTVERSION= b05
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/
|
||||
|
||||
MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
ALL_TARGET= all
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAN1= nadars.1 nadar.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/nadar/distinfo
Normal file
1
games/nadar/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nadar-b05.tar.gz) = 6626ce24beedf7a89723c396caec225b
|
13
games/nadar/files/patch-aa
Normal file
13
games/nadar/files/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile~ Tue Mar 21 20:24:39 2000
|
||||
+++ Makefile Tue Mar 21 20:25:07 2000
|
||||
@@ -8,8 +8,8 @@
|
||||
# operate it, and destroy other tanks to survive!
|
||||
###############################################################################
|
||||
|
||||
-PREFIX = /usr/X11R6
|
||||
-X11BASE = /usr/X11R6
|
||||
+#PREFIX = /usr/X11R6
|
||||
+#X11BASE = /usr/X11R6
|
||||
BINDIR = ${PREFIX}/bin
|
||||
MANDIR = ${PREFIX}/man/man1
|
||||
PKGNAME = nadar-b05
|
11
games/nadar/files/patch-ab
Normal file
11
games/nadar/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- client/Makefile~ Tue Mar 21 20:24:54 2000
|
||||
+++ client/Makefile Tue Mar 21 20:25:46 2000
|
||||
@@ -8,7 +8,7 @@
|
||||
# operate it, and destroy other tanks to survive!
|
||||
###############################################################################
|
||||
|
||||
-X11BASE = /usr/X11R6
|
||||
+#X11BASE = /usr/X11R6
|
||||
|
||||
CC = gcc
|
||||
RM = rm -f
|
1
games/nadar/pkg-comment
Normal file
1
games/nadar/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A network tank battle game
|
24
games/nadar/pkg-descr
Normal file
24
games/nadar/pkg-descr
Normal file
@ -0,0 +1,24 @@
|
||||
N.A.D.A.R. is a network tank battle game. You can play N.A.D.A.R. with some
|
||||
players over the network.
|
||||
|
||||
This port installs "/usr/X11R6/bin/nadars" and "/usr/X11R6/bin/nadar".
|
||||
"nadars" is a server of N.A.D.A.R. Run it before playing N.A.D.A.R.
|
||||
"nadar" is a client of N.A.D.A.R. for X. Run it after nadars starts.
|
||||
|
||||
Example:
|
||||
|
||||
server-machine> nadars
|
||||
client-machine1> nadar -s [Server's hostname] -p [Player's name]
|
||||
client-machine2> nadar -s [Server's hostname] -p [Player's name]
|
||||
...
|
||||
|
||||
If playing speed is very slow, Run nadar as below with size option.
|
||||
|
||||
client-machine> nadar -s [Server's hostname] -p [Player's name] -size 30
|
||||
|
||||
See nadars(1) and nadar(1) for more details.
|
||||
|
||||
WWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/index.html
|
||||
|
||||
- Sakai Hiroaki
|
||||
sakai@seki.ee.kagu.sut.ac.jp, hsakai@pfu.co.jp
|
2
games/nadar/pkg-plist
Normal file
2
games/nadar/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/nadars
|
||||
bin/nadar
|
Loading…
Reference in New Issue
Block a user