3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
37 lines
797 B
Makefile
37 lines
797 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= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.tim-mann.org/xboard/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= xboard
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess
|
|
|
|
BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
|
|
|
|
USE_XORG= xt xpm xaw
|
|
GNU_CONFIGURE= yes
|
|
STRIP=
|
|
MAN6= xboard.6 zic2xpm.6
|
|
INFO= xboard
|
|
|
|
.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@,' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|