diff options
author | sem <sem@FreeBSD.org> | 2005-03-05 02:54:07 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-03-05 02:54:07 +0800 |
commit | 5fee95447ad52fa06135c6f661d455964a17f8c8 (patch) | |
tree | d4dc6a7af8cf368d5ac55655edf4cea30946b179 /games | |
parent | ffbdad50f0ef066988c9a045f702da250e32a484 (diff) | |
download | freebsd-ports-gnome-5fee95447ad52fa06135c6f661d455964a17f8c8.tar.gz freebsd-ports-gnome-5fee95447ad52fa06135c6f661d455964a17f8c8.tar.zst freebsd-ports-gnome-5fee95447ad52fa06135c6f661d455964a17f8c8.zip |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/QNetChess/Makefile | 33 | ||||
-rw-r--r-- | games/QNetChess/distinfo | 2 | ||||
-rw-r--r-- | games/QNetChess/pkg-descr | 5 |
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 |