View | Details | Raw Unified | Return to bug 280023
Collapse All | Expand All

(-)b/games/xshogi/Makefile (-9 / +10 lines)
Lines 1-23 Link Here
1
PORTNAME=	xshogi
1
PORTNAME=	xshogi
2
PORTVERSION=	1.4.2
2
DISTVERSION=	1.4.2
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	games
4
CATEGORIES=	games
5
MASTER_SITES=	GNU/gnushogi
5
MASTER_SITES=	GNU/gnushogi
6
6
7
MAINTAINER=	ports@FreeBSD.org
7
MAINTAINER=	mew14930xvi@inbox.lv
8
COMMENT=	Japanese chess-like game for X Window System
8
COMMENT=	Japanese chess-like game for X Window System
9
WWW=		https://www.gnu.org/software/gnushogi/
10
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/COPYING
9
13
10
RUN_DEPENDS=	gnushogi:games/gnushogi
14
RUN_DEPENDS=	gnushogi:games/gnushogi
11
15
12
USES=		xorg
16
USES=		localbase xorg
13
USE_XORG=	xt xaw x11
17
USE_XORG=	x11 xaw xext xmu xt
14
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
16
17
CPPFLAGS+=	-I${LOCALBASE}/include
18
19
19
PORTDOCS=	README.xboard BUGS
20
PLIST_FILES=	bin/xshogi share/man/man6/xshogi.6.gz
20
PLIST_FILES=	bin/xshogi share/man/man6/xshogi.6.gz
21
PORTDOCS=	README.xboard BUGS
21
22
22
OPTIONS_DEFINE=	DOCS
23
OPTIONS_DEFINE=	DOCS
23
24
(-)b/games/xshogi/files/patch-sysdeps.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- sysdeps.h.orig	2014-02-19 13:11:16.000000000 +0100
1
--- sysdeps.h.orig	2014-02-04 23:01:34 UTC
2
+++ sysdeps.h	2014-02-19 13:11:20.000000000 +0100
2
+++ sysdeps.h
3
@@ -74,16 +74,6 @@
3
@@ -74,16 +74,6 @@
4
 #include <sys/time.h>
4
 #include <sys/time.h>
5
 #include <fcntl.h>
5
 #include <fcntl.h>
(-)b/games/xshogi/pkg-descr (-1 / +2 lines)
Line 1 Link Here
1
The Japanese chess-like game for X Window System.
1
This program provides an XWindows interface to the Japanese Chess (Shogi)
2
playing program GNU Shogi

Return to bug 280023