public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Takanori Yamamoto (author)
Thu May 15 08:17:48 -0700 2008
commit  09ae89f631f953b08ad5cbd75c4572c0c198526e
tree    09097c14afa906dcb7f7d74cb20fe56c2dba53ba
parent  9c86157d2347871c3dc552c2e958a3905028c472
macports / dports / games / gnushogi / Portfile
100644 34 lines (26 sloc) 1.027 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $Id$
 
PortSystem 1.0
 
name gnushogi
version 1.3.2
categories games
maintainers takanori
description GNU version of Shogi, a game of Japanese chess.
long_description \
                ${description}
platforms darwin
homepage http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/gnushogi.html
master_sites http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/
patchfiles patch-gnushogi_gnushogi.h.diff
checksums md5 a18eae93afc89bfd368ed5f6768be791 \
                sha1 6135ec3eb84917d0dc2cab9ac982818ed41aad87 \
                rmd160 b177d2843f42490d33665f3a167068c64bc64214
 
depends_lib lib:libX11:XFree86 \
                port:ncurses
 
configure.args --with-x --with-xshogi
 
use_parallel_build yes
 
destroot.destdir prefix=${destroot}${prefix}
destroot.args MANDIR=${destroot}${prefix}/share/man/man6 \
                 INFODIR=${destroot}${prefix}/share/info
 
livecheck.check regex
livecheck.url ${homepage}
livecheck.regex GNU shogi (\[0-9.\]+)