|
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 |
|