freebsd-ports/games/xgospel/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: xgospel
# Date created: 13 November 2001
# Whom: Shao Zhang <shaoz@asia.com>
#
# $FreeBSD$
PORTNAME= xgospel
PORTVERSION= 1.12d
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.teaser.fr/~jlgailly/
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 Go (weiqi, baduk) client for the Internet Go Server
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
USE_XORG= ice sm x11 xaw xext xmu xpm xt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d
post-patch:
${REINPLACE_CMD} -e "s,#ifndef _POSIX_SOURCE,#if 0," \
${WRKSRC}/connect.c ${WRKSRC}/relay.c ${WRKSRC}/relog.c \
${WRKSRC}/rport.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/rport ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xgospel ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/board.xpm ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/pagoda.xpm ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>