Add xgospel 1.12d, an X11 Go (weiqi, baduk) client for the Internet

Go Server.

PR:		31970
Submitted by:	Shao Zhang <shaoz@asia.com>
This commit is contained in:
Pete Fritchman 2002-03-03 02:13:02 +00:00
parent 8eea0a292a
commit ac9afd9537
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55436
6 changed files with 52 additions and 0 deletions

View File

@ -323,6 +323,7 @@
SUBDIR += xgalaga
SUBDIR += xgammon
SUBDIR += xgolgo
SUBDIR += xgospel
SUBDIR += xhexagons
SUBDIR += xhime
SUBDIR += xinfocom

35
games/xgospel/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: xgospel
# Date created: 13 November 2001
# Whom: Shao Zhang <shaoz@asia.com>
#
# $FreeBSD$
PORTNAME= xgospel
PORTVERSION= 1.12d
CATEGORIES= games
MASTER_SITES= http://www.teaser.fr/~jlgailly/
MAINTAINER= shaoz@asia.com
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_XLIB= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d
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>

1
games/xgospel/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xgospel-1.12d.tar.gz) = edbfb454491dcb3a4115a98f6dc28d40

View File

@ -0,0 +1 @@
An X11 Go (weiqi, baduk) client for the Internet Go Server

5
games/xgospel/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Xgospel is an X11 Go client for playing the game Go (weiqi, Baduk) on
the IGS (Internet Go Server) or NNGS (No Name Go Server). For more
information, see http://igs.joyjoy.net
WWW: http://www.teaser.fr/~jlgailly/go.html

9
games/xgospel/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
bin/relay
bin/rport
bin/xgospel
%%PORTDOCS%%share/doc/xgospel/FAQ
%%PORTDOCS%%share/doc/xgospel/README
share/xgospel/board.xpm
share/xgospel/pagoda.xpm
@dirrm share/xgospel
%%PORTDOCS%%@dirrm share/doc/xgospel