diff options
author | asami <asami@FreeBSD.org> | 1997-05-21 04:46:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-21 04:46:23 +0000 |
commit | ceebf6c441286448a403a252c51e38b3961bc6f9 (patch) | |
tree | eabee147974d2607bdbd34a8525f354bb0909754 /games | |
parent | 266aed30235f938ec364363e1383f4ca220e8593 (diff) | |
download | FreeBSD-ports-ceebf6c441286448a403a252c51e38b3961bc6f9.zip FreeBSD-ports-ceebf6c441286448a403a252c51e38b3961bc6f9.tar.gz |
Upgrade to 1.10.
Diffstat (limited to 'games')
-rw-r--r-- | games/xbat/Makefile | 16 | ||||
-rw-r--r-- | games/xbat/distinfo | 2 | ||||
-rw-r--r-- | games/xbat/files/patch-aa | 36 |
3 files changed, 27 insertions, 27 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile index 2a0f9cf..2b3c651 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -1,20 +1,22 @@ # New ports collection makefile for: xbat -# Version required: 0.97 +# Version required: 1.10 # Date created: 30 January 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/01 15:02:20 max Exp $ # -DISTNAME= xev097 -PKGNAME= xbat-0.97 -CATEGORIES= games -MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/ +DISTNAME= xev110 +PKGNAME= xbat-1.10 +CATEGORIES= games +MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +NO_CDROM= Possible copyright infringement + USE_IMAKE= yes -WRKSRC= ${WRKDIR}/Xev097 +WRKSRC= ${WRKDIR}/Xev110 ALL_TARGET= xbat .include <bsd.port.mk> diff --git a/games/xbat/distinfo b/games/xbat/distinfo index 30ff44f..76c3dca 100644 --- a/games/xbat/distinfo +++ b/games/xbat/distinfo @@ -1 +1 @@ -MD5 (xev097.tar.gz) = ad01ecc066a5b22e1ba4a3119e2a15d9 +MD5 (xev110.tar.gz) = 5f5292f7e838a825a06cf842935ac6b0 diff --git a/games/xbat/files/patch-aa b/games/xbat/files/patch-aa index 75410b3..addf1db 100644 --- a/games/xbat/files/patch-aa +++ b/games/xbat/files/patch-aa @@ -1,34 +1,32 @@ --- Imakefile.orig Thu Dec 5 18:00:58 1996 +++ Imakefile Fri Jan 24 22:17:03 1997 -@@ -5,25 +5,28 @@ - WAIT = 10000 - USE_USLEEP = -DUSE_USLEEP - -+# Installation prefix. -+PREFIX?=/usr/X11R6 +@@ -1,24 +1,26 @@ ++# Installation prefix ++PREFIX?= /usr/X11R6 + - # TOP10 DIR インストールしない場合は、「./」 などにしてください。 - # IMAGE DIR,MAP DIR DOMO DIRも同じ + # TOP10 DIR : directory for socre files + # -SCORE_DIR = /usr/local/games/Xbat/Score -+SCORE_DIR = ${PREFIX}/lib/X11/Xbat/Score ++SCORE_DIR = ${PREFIX}/games/Xbat/Score - # IMAGE DIR + # IMAGE DIR : directory for image files -IMAGE_DIR = /usr/local/games/Xbat/Image -+IMAGE_DIR = ${PREFIX}/lib/X11/Xbat/Image ++IMAGE_DIR = ${PREFIX}/games/Xbat/Image - # MAP DIR + # MAP DIR : directory for map files -MAP_DIR = /usr/local/games/Xbat/Map -+MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map ++MAP_DIR = ${PREFIX}/games/Xbat/Map - # DOMO_DIR + # DOMO_DIR : directory for domogram movement files -DOMO_DIR = /usr/local/games/Xbat/Domo -+DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo ++DOMO_DIR = ${PREFIX}/games/Xbat/Domo --# UNION 「インテル並びのCPUは1にしてね」、と彼女が言った + # UNION : Set 1 if you have Intel CPU or so. + # If you don't know whether you have Intel CPU or not, + # compile union_check.c and run. -UNION = 0 -+# UNION "Please set 1 if you have Intel CPU or so." She said. -+UNION = 1 - +-#UNION = 1 ++UNION = 1 #BIN DIR -BINDIR = /usr/local/bin |