summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-03-04 18:54:07 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-03-04 18:54:07 +0000
commit7351fb73e58104c9e10b04f023efba85dc44a612 (patch)
treea89057c9d159c692fdee63d28f2ddb838e9c519b /games
parentUpdate lemon to 1.33 (a very fast, thread safe C parser generator). New (diff)
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>
Notes
Notes: svn path=/head/; revision=130371
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/QNetChess/Makefile33
-rw-r--r--games/QNetChess/distinfo2
-rw-r--r--games/QNetChess/pkg-descr5
4 files changed, 41 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 5d1ac9fc06c6..56a51addf2d1 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -13,6 +13,7 @@
SUBDIR += CaribbeanStud
SUBDIR += HeroesOfMightAndMagic
SUBDIR += KnightCap
+ SUBDIR += QNetChess
SUBDIR += abridge
SUBDIR += abuse
SUBDIR += abuse_sdl
diff --git a/games/QNetChess/Makefile b/games/QNetChess/Makefile
new file mode 100644
index 000000000000..c3fd74b4a04a
--- /dev/null
+++ b/games/QNetChess/Makefile
@@ -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>
diff --git a/games/QNetChess/distinfo b/games/QNetChess/distinfo
new file mode 100644
index 000000000000..449954785f7a
--- /dev/null
+++ b/games/QNetChess/distinfo
@@ -0,0 +1,2 @@
+MD5 (QNetChess-1.0.tar.bz2) = 33db25a5e97fa3251727f4bcf2f39c1c
+SIZE (QNetChess-1.0.tar.bz2) = 20362
diff --git a/games/QNetChess/pkg-descr b/games/QNetChess/pkg-descr
new file mode 100644
index 000000000000..6262515e40df
--- /dev/null
+++ b/games/QNetChess/pkg-descr
@@ -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