diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-09 06:32:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-09 06:32:20 +0000 |
commit | 690004277c849987a3156f2f2bd9c646da70c452 (patch) | |
tree | 83bf37518fa0030ec821ee535585fe736d8f761c /games/qnetchess | |
parent | 0aa355072e82eeff3927c82af031db866fd53840 (diff) | |
download | ports-690004277c849987a3156f2f2bd9c646da70c452.tar.gz ports-690004277c849987a3156f2f2bd9c646da70c452.zip |
Change the port name to lower case.
Requested by: danfe, mezz
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=130681
Diffstat (limited to 'games/qnetchess')
-rw-r--r-- | games/qnetchess/Makefile | 33 | ||||
-rw-r--r-- | games/qnetchess/distinfo | 2 | ||||
-rw-r--r-- | games/qnetchess/pkg-descr | 5 |
3 files changed, 40 insertions, 0 deletions
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 |