mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add port games/hinversi:
Hinversi is a version of Reversi or Othello, a board game. It was written from the beginning thinking on modularity, to ease the process of changing and improving the AI engine. WWW: http://asturio.gmxhome.de/hinversi.html Author: Claudio Clemens <asturio@gmx.net>
This commit is contained in:
parent
7c54d6e79a
commit
5ed6d73e5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188993
@ -326,6 +326,7 @@
|
||||
SUBDIR += hex-a-hop
|
||||
SUBDIR += hexxagon
|
||||
SUBDIR += highmoon
|
||||
SUBDIR += hinversi
|
||||
SUBDIR += hlserver-admin
|
||||
SUBDIR += hlserver-cs
|
||||
SUBDIR += hlserver-dod
|
||||
|
29
games/hinversi/Makefile
Normal file
29
games/hinversi/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: hinversi
|
||||
# Date created: 2 April 2007
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hinversi
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://asturio.gmxhome.de/ CENKES
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Reversi/Othello clone
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --mandir=${PREFIX}/man\
|
||||
--disable-static
|
||||
MAN1= hinversi-cli.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^mkdir_p/s|=.*|=$$(mkinstalldirs)|'\
|
||||
${WRKSRC}/po/Makefile.in.in
|
||||
@${REINPLACE_CMD} -e '/^pkgconfigdir/s|=.*|=${PREFIX}/libdata/pkgconfig|'\
|
||||
${WRKSRC}/lib/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/hinversi/distinfo
Normal file
3
games/hinversi/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hinversi-0.8.1.tar.gz) = a870d9aea3c6d186464b9af06640fcdd
|
||||
SHA256 (hinversi-0.8.1.tar.gz) = fbf156430df89ca7960525ae9e7ff1d551bbb07c927928903b4ecdd8f61109e9
|
||||
SIZE (hinversi-0.8.1.tar.gz) = 408955
|
6
games/hinversi/pkg-descr
Normal file
6
games/hinversi/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Hinversi is a version of Reversi or Othello, a board game. It was written
|
||||
from the beginning thinking on modularity, to ease the process of changing
|
||||
and improving the AI engine.
|
||||
|
||||
WWW: http://asturio.gmxhome.de/hinversi.html
|
||||
Author: Claudio Clemens <asturio@gmx.net>
|
16
games/hinversi/pkg-plist
Normal file
16
games/hinversi/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/hinversi-cli
|
||||
include/hinversi/abClient.h
|
||||
include/hinversi/aiManager.h
|
||||
include/hinversi/macros.h
|
||||
include/hinversi/matador.h
|
||||
include/hinversi/naiv-client.h
|
||||
include/hinversi/othello.h
|
||||
include/hinversi/ringbuf.h
|
||||
include/hinversi/simpleClient.h
|
||||
lib/libhinversi.la
|
||||
lib/libhinversi.so
|
||||
lib/libhinversi.so.0
|
||||
libdata/pkgconfig/libhinversi.pc
|
||||
share/locale/de/LC_MESSAGES/hinversi.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/hinversi.mo
|
||||
@dirrm include/hinversi
|
Loading…
x
Reference in New Issue
Block a user