aboutsummaryrefslogtreecommitdiff
path: root/games/xboard/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-07-25 10:41:04 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-07-25 10:41:04 +0000
commit7f83437f2f1e01fe3ea16c47f2442f7be1efebd8 (patch)
tree3afca9c3bae63b6314c9585189f9f53286718826 /games/xboard/Makefile
parentf91c031b9557d648c50deea6078035f92acdd564 (diff)
downloadports-7f83437f2f1e01fe3ea16c47f2442f7be1efebd8.tar.gz
ports-7f83437f2f1e01fe3ea16c47f2442f7be1efebd8.zip
Notes
Diffstat (limited to 'games/xboard/Makefile')
-rw-r--r--games/xboard/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 335d56684bbc..c6686f5df122 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -13,18 +13,15 @@ MASTER_SITES= http://www.tim-mann.org/xboard/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= xboard
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= johans@stack.nl
COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess
-BROKEN= does not build
-
-BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
-
USE_XORG= xt xpm xaw
GNU_CONFIGURE= yes
STRIP=
MAN6= xboard.6 zic2xpm.6
INFO= xboard
+USE_PERL5_BUILD=yes
.if defined(WITH_XAW3D)
CONFIGURE_ARGS+= "--with-Xaw3d"
@@ -33,6 +30,7 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
pre-patch:
@${REINPLACE_CMD} -e 's,$$(prefix)/share/info,@infodir@,' \
+ -e 's, html dvi ps,,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>