1995-01-03 01:44:30 +01:00
|
|
|
# New ports collection makefile for: xboard
|
1997-01-20 21:10:25 +01:00
|
|
|
# Date created: 5 Jan 1997
|
|
|
|
# Whom: xaa@stack.nl
|
1995-01-03 01:44:30 +01:00
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-01-03 01:44:30 +01:00
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= xboard
|
2002-02-17 22:17:08 +01:00
|
|
|
PORTVERSION= 4.2.6
|
1996-11-18 11:25:35 +01:00
|
|
|
CATEGORIES= games
|
2001-02-11 17:52:59 +01:00
|
|
|
MASTER_SITES= http://www.tim-mann.org/xboard/ \
|
|
|
|
${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= xboard
|
1996-07-12 13:08:40 +02:00
|
|
|
|
2002-01-06 21:13:49 +01:00
|
|
|
MAINTAINER= xaa+ports@timewasters.nl
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess
|
1995-04-11 02:20:58 +02:00
|
|
|
|
1998-11-28 02:59:35 +01:00
|
|
|
USE_XLIB= yes
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-08 15:14:49 +02:00
|
|
|
USE_REINPLACE= yes
|
1996-07-12 13:08:40 +02:00
|
|
|
STRIP=
|
1997-01-20 21:10:25 +01:00
|
|
|
MAN6= xboard.6 cmail.6 zic2xpm.6
|
1996-07-12 13:08:40 +02:00
|
|
|
|
2003-09-08 15:14:49 +02:00
|
|
|
.if defined(WITH_XAW3D)
|
|
|
|
ONFIGURE_ARGS+= "--with-Xaw3d"
|
|
|
|
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
.endif
|
|
|
|
|
2002-02-17 22:17:08 +01:00
|
|
|
pre-patch:
|
2003-09-08 15:14:49 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,$$(prefix)/share/info,@infodir@,' \
|
2002-02-17 22:17:08 +01:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
1995-01-03 01:44:30 +01:00
|
|
|
.include <bsd.port.mk>
|