1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/xboard/Makefile
Edwin Groothuis 9bf0f87f9f [PATCH] add xaw3d build option to games/xboard
this patch adds an option to build with Xaw3D

PR:		ports/44854
Submitted by:	Kyle Martin <mkm@ieee.org>
Approved by:	xaa+ports@timewasters.nl
2003-09-08 13:14:49 +00:00

34 lines
745 B
Makefile

# 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>