diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-book-enormous/Makefile | 8 | ||||
-rw-r--r-- | games/crafty-book-large/Makefile | 8 | ||||
-rw-r--r-- | games/crafty-book-medium/Makefile | 6 | ||||
-rw-r--r-- | games/crafty-book-small/Makefile | 6 | ||||
-rw-r--r-- | games/gnuchess-book-chess/Makefile | 6 | ||||
-rw-r--r-- | games/gnuchess-book-medium/Makefile | 6 | ||||
-rw-r--r-- | games/gnuchess-book-small/Makefile | 6 |
7 files changed, 23 insertions, 23 deletions
diff --git a/games/crafty-book-enormous/Makefile b/games/crafty-book-enormous/Makefile index f7a61543020..7d8a645dc51 100644 --- a/games/crafty-book-enormous/Makefile +++ b/games/crafty-book-enormous/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.3 2000/10/15 10:28:54 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/10/21 22:36:33 wiz Exp $ DISTNAME= enormous PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ +EXTRACT_SUFX= .zip DISTFILES= a${EXTRACT_SUFX} DISTFILES+= b${EXTRACT_SUFX} DISTFILES+= c${EXTRACT_SUFX} DISTFILES+= d${EXTRACT_SUFX} DISTFILES+= e${EXTRACT_SUFX} -EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org -CONFLICTS= ${CHESS_ENGINE}-book-* - DEPENDS+= crafty>=17.0:../../games/crafty +CONFLICTS= ${CHESS_ENGINE}-book-* + REASON= "Files too large" NO_SRC_ON_CDROM= ${REASON} NO_SRC_ON_FTP= ${REASON} diff --git a/games/crafty-book-large/Makefile b/games/crafty-book-large/Makefile index 16f03339c58..25fa38c361c 100644 --- a/games/crafty-book-large/Makefile +++ b/games/crafty-book-large/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.2 2000/10/15 10:28:54 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/21 22:36:35 wiz Exp $ DISTNAME= large PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ +EXTRACT_SUFX= .zip DISTFILES= ${DISTNAME}1${EXTRACT_SUFX} DISTFILES+= ${DISTNAME}2${EXTRACT_SUFX} DISTFILES+= ${DISTNAME}3${EXTRACT_SUFX} DISTFILES+= ${DISTNAME}4${EXTRACT_SUFX} -EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org -CONFLICTS= ${CHESS_ENGINE}-book-* - DEPENDS+= crafty>=17.0:../../games/crafty +CONFLICTS= ${CHESS_ENGINE}-book-* + REASON= "Files too large" NO_SRC_ON_CDROM= ${REASON} NO_SRC_ON_FTP= ${REASON} diff --git a/games/crafty-book-medium/Makefile b/games/crafty-book-medium/Makefile index deba8c51eb0..3491bb1eff9 100644 --- a/games/crafty-book-medium/Makefile +++ b/games/crafty-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:08:21 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/21 22:36:35 wiz Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -8,10 +8,10 @@ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org -CONFLICTS= ${CHESS_ENGINE}-book-* - DEPENDS+= crafty>=17.0:../../games/crafty +CONFLICTS= ${CHESS_ENGINE}-book-* + CHESS_ENGINE= crafty DIST_SUBDIR= chessbooks NO_WRKSUBDIR= # defined diff --git a/games/crafty-book-small/Makefile b/games/crafty-book-small/Makefile index 941d85ff9b7..7af231c4031 100644 --- a/games/crafty-book-small/Makefile +++ b/games/crafty-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:08:52 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/21 22:36:35 wiz Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -8,10 +8,10 @@ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org -CONFLICTS= ${CHESS_ENGINE}-book-* - DEPENDS+= crafty>=17.0:../../games/crafty +CONFLICTS= ${CHESS_ENGINE}-book-* + CHESS_ENGINE= crafty DIST_SUBDIR= chessbooks NO_WRKSUBDIR= # defined diff --git a/games/gnuchess-book-chess/Makefile b/games/gnuchess-book-chess/Makefile index b37dbb89cf6..f2f438b94fa 100644 --- a/games/gnuchess-book-chess/Makefile +++ b/games/gnuchess-book-chess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 01:57:10 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/21 22:38:07 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -10,10 +10,10 @@ MASTER_SITES= ${MASTER_SITE_GNU:=chess/} MAINTAINER= jlam@netbsd.org -CONFLICTS+= gnuchess-book-* - DEPENDS+= gnuchess>=5.00nb1:../../games/gnuchess +CONFLICTS+= gnuchess-book-* + CHESS_ENGINE= gnuchess NO_CONFIGURE= # defined diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile index dee6135e24d..ba1f113cb74 100644 --- a/games/gnuchess-book-medium/Makefile +++ b/games/gnuchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/15 10:34:48 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/21 22:38:07 wiz Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -8,10 +8,10 @@ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org -CONFLICTS= ${CHESS_ENGINE}-book-* - DEPENDS+= gnuchess>=5.00nb1:../../games/gnuchess +CONFLICTS= ${CHESS_ENGINE}-book-* + CHESS_ENGINE= gnuchess DIST_SUBDIR= chessbooks NO_WRKSUBDIR= # defined diff --git a/games/gnuchess-book-small/Makefile b/games/gnuchess-book-small/Makefile index b82701db84b..307607cbbf7 100644 --- a/games/gnuchess-book-small/Makefile +++ b/games/gnuchess-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/15 08:19:27 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/21 22:38:08 wiz Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -8,10 +8,10 @@ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org -CONFLICTS= ${CHESS_ENGINE}-book-* - DEPENDS+= gnuchess>=5.00nb1:../../games/gnuchess +CONFLICTS= ${CHESS_ENGINE}-book-* + CHESS_ENGINE= gnuchess DIST_SUBDIR= chessbooks NO_WRKSUBDIR= # defined |