1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/xboard/Makefile
Johan van Selst 7f83437f2f - Fix build (remove unused html file)
- Claim maintainership
- Remove unneeded patchfiles
- Fix build dependencies
2009-07-25 10:41:04 +00:00

37 lines
784 B
Makefile

# New ports collection makefile for: xboard
# Date created: 5 Jan 1997
# Whom: xaa@stack.nl
#
# $FreeBSD$
#
PORTNAME= xboard
PORTVERSION= 4.2.7
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.tim-mann.org/xboard/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= xboard
MAINTAINER= johans@stack.nl
COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess
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"
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.endif
pre-patch:
@${REINPLACE_CMD} -e 's,$$(prefix)/share/info,@infodir@,' \
-e 's, html dvi ps,,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>