mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name gnushogi
|
|
version 1.3.2
|
|
revision 3
|
|
categories games
|
|
maintainers nomaintainer
|
|
description GNU version of Shogi, a game of Japanese chess.
|
|
long_description \
|
|
${description}
|
|
platforms darwin
|
|
license GPL-2+
|
|
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 port:xorg-libXaw \
|
|
port:ncurses
|
|
|
|
configure.env X_LIBS=-L${prefix}/lib X_CFLAGS=-I${prefix}/include
|
|
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.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex GNU shogi (\[0-9.\]+)
|