diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 22:25:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 22:25:11 +0000 |
commit | 0b9118674ea83a9ca41a5bf179a58c0d5309550d (patch) | |
tree | 96849d85e3621f607e9b144f85c4241839160ea5 /games | |
parent | Add myself to the list of FreeBSD committer markers. (diff) |
New maintainer: "Andrew P." <infofarmer@gmail.com>
I'm not a gamer, and I don't own the game, but this is an
important port and it would be a pity to see it orphaned. So
I'm willing to take maintainership until someone more suitable
steps forward..
BTW, Q4 runs great on FreeBSD. There are still a few tweaks
to be made (e.g. q4 would be glad to see linprocfs), but overall
it runs without any bugs, glitches or performance problems.
We need to put some pressure on Ati guys to release either
drivers or specs. Maybe we'll talk later about it at advocacy@.
Notes
Notes:
svn path=/head/; revision=148685
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-quake4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-quake4/Makefile b/games/linux-quake4/Makefile index fb92118e48ed..da6240e6e8dc 100644 --- a/games/linux-quake4/Makefile +++ b/games/linux-quake4/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-linux-${PORTVERSION}.x86 EXTRACT_SUFX= .run -MAINTAINER= ed@fxq.nl +MAINTAINER= infofarmer@gmail.com COMMENT= Quake 4 for Linux RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 |