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:
parent
8eea0a292a
commit
ac9afd9537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55436
@ -323,6 +323,7 @@
|
||||
SUBDIR += xgalaga
|
||||
SUBDIR += xgammon
|
||||
SUBDIR += xgolgo
|
||||
SUBDIR += xgospel
|
||||
SUBDIR += xhexagons
|
||||
SUBDIR += xhime
|
||||
SUBDIR += xinfocom
|
||||
|
35
games/xgospel/Makefile
Normal file
35
games/xgospel/Makefile
Normal 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
1
games/xgospel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xgospel-1.12d.tar.gz) = edbfb454491dcb3a4115a98f6dc28d40
|
1
games/xgospel/pkg-comment
Normal file
1
games/xgospel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An X11 Go (weiqi, baduk) client for the Internet Go Server
|
5
games/xgospel/pkg-descr
Normal file
5
games/xgospel/pkg-descr
Normal 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
9
games/xgospel/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user