mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
922 B
Tcl
27 lines
922 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name othello
|
|
version 0.03
|
|
categories games
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
|
|
description Clone of Othello played in the terminal
|
|
long_description \
|
|
${description}. You play against the computer, which uses\
|
|
logic techniques to compute its best possible moves.
|
|
|
|
|
|
homepage https://web.archive.org/web/20130607084226/http://david.weekly.org/othello/index.php3
|
|
|
|
master_sites macports_distfiles
|
|
|
|
checksums rmd160 5ea6534997b6b5f71c7d2a7c07a1684ac8dc0760 \
|
|
sha256 afa2a291627d92b44a6dd7ed7ce817af74af8d9edc5e169f5910a4cd84af1980 \
|
|
size 36209
|
|
|
|
configure.args --mandir=${prefix}/share/man
|