diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:32:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:32:23 +0000 |
commit | 34d88d1be19b29813f7c1006582a7f0788a70359 (patch) | |
tree | 08323ac0e82a5527b0eb47d447284b20428328e7 /games/crafty-tablebase-no-pawn/Makefile | |
parent | f09a8ae7ec9e72dd39c750ceca556deff21c6b2d (diff) | |
download | ports-34d88d1be19b29813f7c1006582a7f0788a70359.tar.gz ports-34d88d1be19b29813f7c1006582a7f0788a70359.zip |
Notes
Diffstat (limited to 'games/crafty-tablebase-no-pawn/Makefile')
-rw-r--r-- | games/crafty-tablebase-no-pawn/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/crafty-tablebase-no-pawn/Makefile b/games/crafty-tablebase-no-pawn/Makefile index dd36565a519e..09abebffeeab 100644 --- a/games/crafty-tablebase-no-pawn/Makefile +++ b/games/crafty-tablebase-no-pawn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crafty-tablebases-no-pawn -# Date created: 10 Sep 2007 -# Whom: Jonathan Shoemaker <shoemaker@bluebottle.com> -# +# Created by: Jonathan Shoemaker <shoemaker@bluebottle.com> # $FreeBSD$ -# PORTNAME= crafty-tablebases-no-pawn PORTVERSION= 20070910 @@ -49,12 +45,14 @@ EXTRACT_ONLY= MAINTAINER= conrads@cox.net COMMENT= These are the tablebases for crafty, minus the pawn tbs +BROKEN= Does not fetch + RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty NO_BUILD= yes NO_PACKAGE= Way too big -.if !defined(WITH_TBDIR) +.if ! ${PORT_OPTIONS:MTBDIR} WITH_TBDIR= ${PREFIX}/lib/crafty/TB .endif |