freebsd-ports/games/xboard/Makefile

34 lines
745 B
Makefile
Raw Normal View History

1995-01-03 01:44:30 +01:00
# New ports collection makefile for: xboard
# 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
#
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
2003-02-21 13:06:51 +01:00
COMMENT= X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess
1998-11-28 02:59:35 +01:00
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
1995-01-03 01:44:30 +01:00
.include <bsd.port.mk>