QNetChess is a network game chess for two players.
It has a client and a server in the same program. PR: ports/78364 Submitted by: Andrej Zverev <az@inec.ru>
This commit is contained in:
parent
1ebfd2e424
commit
7351fb73e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130371
4 changed files with 41 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += CaribbeanStud
|
||||
SUBDIR += HeroesOfMightAndMagic
|
||||
SUBDIR += KnightCap
|
||||
SUBDIR += QNetChess
|
||||
SUBDIR += abridge
|
||||
SUBDIR += abuse
|
||||
SUBDIR += abuse_sdl
|
||||
|
|
33
games/QNetChess/Makefile
Normal file
33
games/QNetChess/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: QNetChess
|
||||
# Date created: 2005-03-02
|
||||
# Whom: Andrej Zverev <az@inec.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= QNetChess
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.silversoft.net/src/
|
||||
|
||||
MAINTAINER= az@inec.ru
|
||||
COMMENT= Qt based chess multiplayer game
|
||||
|
||||
MAKEFILE= Makefile.FreeBSD
|
||||
LOCALE_FILE= "${DATADIR}/${PORTNAME}"
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 3
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAKE_ARGS+= LOCALE_FILE="${LOCALE_FILE}"
|
||||
|
||||
PLIST_FILES= bin/QNetChess %%DATADIR%%/${PORTNAME}.ru_RU.KOI8-R.qm
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/QNetChess ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ru_RU.KOI8-R.qm ${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/QNetChess/distinfo
Normal file
2
games/QNetChess/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (QNetChess-1.0.tar.bz2) = 33db25a5e97fa3251727f4bcf2f39c1c
|
||||
SIZE (QNetChess-1.0.tar.bz2) = 20362
|
5
games/QNetChess/pkg-descr
Normal file
5
games/QNetChess/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
QNetChess is a network game chess for two players.
|
||||
It has a client and a server in the same program.
|
||||
|
||||
Author: Denis Kozadaev
|
||||
WWW: http://www.silversoft.net
|
Loading…
Reference in a new issue