summaryrefslogtreecommitdiff
path: root/games/xgospel/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-03 02:13:02 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-03 02:13:02 +0000
commitac9afd953701300140dc326e86d43e37f7bc853e (patch)
tree361fb6a3d367cd381304fd6bebf58bae4f9973ce /games/xgospel/Makefile
parentUpdate to 5.4.3.9. Obey DOCSDIR and NOPORTDOCS. Fix some warnings -- (diff)
Add xgospel 1.12d, an X11 Go (weiqi, baduk) client for the Internet
Go Server. PR: 31970 Submitted by: Shao Zhang <shaoz@asia.com>
Notes
Notes: svn path=/head/; revision=55436
Diffstat (limited to 'games/xgospel/Makefile')
-rw-r--r--games/xgospel/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile
new file mode 100644
index 000000000000..0be9c6bedf37
--- /dev/null
+++ b/games/xgospel/Makefile
@@ -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>