freebsd-ports/games/xboard/Makefile
Patrick Li e660ce5be0 Update to 4.2.6
PR:		35052
Submitted by:	maintainer
2002-02-17 21:17:08 +00:00

27 lines
525 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
USE_XLIB= yes
GNU_CONFIGURE= yes
STRIP=
MAN6= xboard.6 cmail.6 zic2xpm.6
pre-patch:
@${PERL} -pi.orig -e 's|\$$\(prefix\)/share/info|\@infodir\@|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>