View | Details | Raw Unified | Return to bug 47893
Collapse All | Expand All

(-)nadar/Makefile (-3 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	nadar
8
PORTNAME=	nadar
9
PORTVERSION=	1.0
9
PORTVERSION=	2.0
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/
11
MASTER_SITES=	http://web.ffn.ne.jp/~hsakai/myfreesoft/
12
12
13
MAINTAINER=	sakai@seki.ee.kagu.sut.ac.jp
13
MAINTAINER=	hsakai@m8.ffn.ne.jp
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_XPM=	yes
16
USE_XPM=	yes
(-)nadar/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (nadar-1.0.tar.gz) = ea76c9bb1ae8600aa027fe89bcf6c149
1
MD5 (nadar-2.0.tar.gz) = cfa71d74ea2ba89252a803270bf117e2
(-)nadar/files/patch-aa (-4 / +4 lines)
Lines 1-5 Link Here
1
--- Makefile.mk~	Sat Apr  7 09:27:20 2001
1
--- Makefile.mk~	Mon Jan 27 17:00:47 2003
2
+++ Makefile.mk	Sat Apr  7 09:29:34 2001
2
+++ Makefile.mk	Mon Jan 27 17:01:02 2003
3
@@ -8,17 +8,17 @@
3
@@ -8,17 +8,17 @@
4
 # operate it, and destroy other tanks to survive!
4
 # operate it, and destroy other tanks to survive!
5
 ###############################################################################
5
 ###############################################################################
Lines 10-17 Link Here
10
+#X11BASE = /usr/X11R6
10
+#X11BASE = /usr/X11R6
11
 BINDIR = ${PREFIX}/bin
11
 BINDIR = ${PREFIX}/bin
12
 MANDIR = ${PREFIX}/man/man1
12
 MANDIR = ${PREFIX}/man/man1
13
 PKGNAME = nadar-1.0
13
 PKGNAME = nadar-2.0
14
 VERSION = NADAR-1.0
14
 VERSION = NADAR-2.0
15
 
15
 
16
-CC = cc
16
-CC = cc
17
+#CC = cc
17
+#CC = cc
(-)nadar/pkg-descr (-4 / +4 lines)
Lines 1-5 Link Here
1
N.A.D.A.R. is a network tank battle game. You can play N.A.D.A.R. with some
1
N.A.D.A.R. is a network tank battle game. You can play N.A.D.A.R. with
2
players over the network.
2
computer players and human players over the network.
3
3
4
This port installs "/usr/X11R6/bin/nadars" and "/usr/X11R6/bin/nadar".
4
This port installs "/usr/X11R6/bin/nadars" and "/usr/X11R6/bin/nadar".
5
"nadars" is a server of N.A.D.A.R. Run it before playing N.A.D.A.R.
5
"nadars" is a server of N.A.D.A.R. Run it before playing N.A.D.A.R.
Lines 18-24 Link Here
18
18
19
See nadars(1) and nadar(1) for more details.
19
See nadars(1) and nadar(1) for more details.
20
20
21
WWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/index.html
21
WWW: http://web.ffn.ne.jp/~hsakai/myfreesoft/index.html
22
22
23
- Sakai Hiroaki
23
- Sakai Hiroaki
24
sakai@seki.ee.kagu.sut.ac.jp, hsakai@pfu.co.jp
24
hsakai@m8.ffn.ne.jp

Return to bug 47893