aboutsummaryrefslogblamecommitdiff
path: root/games/xboard/Makefile
blob: c4f2cd5a82e59b43c37430b7fdc966e4fc589e9a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                                    
 
           

 
                      
                     
                     


                                                 
 
                                        
                                                                                        
 
                   
                   
                   
      
                                          
 




                                                              
          
                                                                   

                                     
                      
# New ports collection makefile for:    xboard
# Date created:         5 Jan 1997
# Whom:                 xaa@stack.nl
#
# $FreeBSD$
#

PORTNAME=	xboard
PORTVERSION=	4.2.6
CATEGORIES=	games
MASTER_SITES=	http://www.tim-mann.org/xboard/ \
		${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	xboard

MAINTAINER=	xaa+ports@timewasters.nl
COMMENT=	X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess

USE_XLIB=	yes
GNU_CONFIGURE=	yes
USE_REINPLACE=	yes
STRIP=
MAN6=		xboard.6 cmail.6 zic2xpm.6

.if defined(WITH_XAW3D)
ONFIGURE_ARGS+= "--with-Xaw3d"
LIB_DEPENDS+=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.endif

pre-patch:
	@${REINPLACE_CMD} -e 's,$$(prefix)/share/info,@infodir@,' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>