- Update distfile location, and unbreak port.
- Replace self-checksum with ports distinfo. - Update "System Requirements" list in pkg-descr. PR: ports/103829 Submitted by: Kevin Brunelle <kruptos@mlinux.org>
This commit is contained in:
parent
09edf3120e
commit
255bb3155e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175161
3 changed files with 17 additions and 18 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
PORTNAME= atitd
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games graphics linux
|
||||
MASTER_SITES= http://www.atitd.com/
|
||||
DISTNAME= eClient-linux.run
|
||||
MASTER_SITES= http://game3.atitd.com/dl/files/
|
||||
DISTNAME= eClient-linux-i686.run
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
|
||||
|
@ -19,10 +19,6 @@ COMMENT= The Linux "A Tale in the Desert" (ATITD) client
|
|||
|
||||
RUN_DEPENDS= ${X11BASE}/bin/xhost:${X_CLIENTS_PORT}
|
||||
|
||||
BROKEN= Unfetchable
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2006-12-01
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${X_WINDOW_SYSTEM:L} != xfree86-3
|
||||
|
@ -39,16 +35,16 @@ PLIST_FILES= bin/atitd
|
|||
USE_LINUX= yes
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
NO_CDROM= "Redistribution not allowed"
|
||||
NO_PACKAGE= "Not packagable."
|
||||
NO_CDROM= Redistribution not allowed
|
||||
NO_PACKAGE= Not packagable.
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
LINUX_SH= ${LINUXBASE}/bin/sh
|
||||
ECLIENT= ${DISTDIR}/${DISTFILES}
|
||||
|
||||
checksum:
|
||||
@${LINUX_SH} ${ECLIENT} --check
|
||||
#checksum:
|
||||
# @${LINUX_SH} ${ECLIENT} --check
|
||||
|
||||
post-extract:
|
||||
@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/atitd.sh > ${WRKSRC}/atitd.sh
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
MD5 (eClient-linux.run) = 679c95850b77c0fee1caa4b97d4304a5
|
||||
MD5 (eClient-linux-i686.run) = 2d649ec921a81ad8022b562826380fa0
|
||||
SHA256 (eClient-linux-i686.run) = 09d2f6e73e48d08212d5adb456403c434a075d8dc3b30dd8bd88b8b63d47dc2c
|
||||
SIZE (eClient-linux-i686.run) = 218247927
|
||||
|
|
|
@ -6,13 +6,14 @@ A free 24 hour demo period is provided for new users to evaluate this game.
|
|||
System Requirements:
|
||||
|
||||
Required:
|
||||
Pentium 400
|
||||
192Mb Ram
|
||||
3D Accelerator
|
||||
Pentium III 700
|
||||
512 MB RAM
|
||||
32MB 3D Accelerator Graphics Card
|
||||
|
||||
Recommended:
|
||||
Pentium 700+
|
||||
256Mb Ram
|
||||
GeForce video card
|
||||
Pentium 4 1 GHz
|
||||
768 MB RAM
|
||||
GeForce FX/Radeon 9600+
|
||||
|
||||
- NVIDIA users may have to reinstall the nvidia-driver port as installing
|
||||
this port may cause the linux_dri port to be installed. Alternately move
|
||||
|
|
Loading…
Reference in a new issue