diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-22 10:19:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-22 10:19:05 +0800 |
commit | 7341a06654575b36fb9ebb38d6b0a5b74e93efcc (patch) | |
tree | b90960a6e0b3b910a556c704fc3cf5b055966a96 /games/quake3-excessive | |
parent | 605ad60fe4ffb9a5f75c37d1d946827ffee4a430 (diff) | |
download | freebsd-ports-graphics-7341a06654575b36fb9ebb38d6b0a5b74e93efcc.tar.gz freebsd-ports-graphics-7341a06654575b36fb9ebb38d6b0a5b74e93efcc.tar.zst freebsd-ports-graphics-7341a06654575b36fb9ebb38d6b0a5b74e93efcc.zip |
First import of Quake III Arena Excessive Mod for Linux,
version 003
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'games/quake3-excessive')
-rw-r--r-- | games/quake3-excessive/Makefile | 16 | ||||
-rw-r--r-- | games/quake3-excessive/distinfo | 1 | ||||
-rw-r--r-- | games/quake3-excessive/pkg-comment | 1 | ||||
-rw-r--r-- | games/quake3-excessive/pkg-descr | 7 | ||||
-rw-r--r-- | games/quake3-excessive/pkg-plist | 7 |
5 files changed, 32 insertions, 0 deletions
diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile new file mode 100644 index 00000000000..9fc8f51d431 --- /dev/null +++ b/games/quake3-excessive/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: Q3 Mod: Excessive +# Date created: Sat Jun 23 23:40:21 EDT 2001 +# Whom: pat@databits.net +# +# $FreeBSD$ +# + +PORTNAME= excessive +PORTVERSION= 003 +MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \ + ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/ +DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION} + +Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 + +.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-excessive/distinfo b/games/quake3-excessive/distinfo new file mode 100644 index 00000000000..e758fbde2ae --- /dev/null +++ b/games/quake3-excessive/distinfo @@ -0,0 +1 @@ +MD5 (excessive_q3_server_003.zip) = fe9994605fd32cc6980ee6d3d4c34672 diff --git a/games/quake3-excessive/pkg-comment b/games/quake3-excessive/pkg-comment new file mode 100644 index 00000000000..9a652eee530 --- /dev/null +++ b/games/quake3-excessive/pkg-comment @@ -0,0 +1 @@ +Quake III Arena Excessive Mod for Linux diff --git a/games/quake3-excessive/pkg-descr b/games/quake3-excessive/pkg-descr new file mode 100644 index 00000000000..a90135d78aa --- /dev/null +++ b/games/quake3-excessive/pkg-descr @@ -0,0 +1,7 @@ +This package contains all of the items you'll need to run a +Quake III Arena dedicated server with Excessive mod under +FreeBSD with Linux emulation. + +WWW: http://www.planetquake.com/excessive/ + +- Patrick Li <pat@databits.net> diff --git a/games/quake3-excessive/pkg-plist b/games/quake3-excessive/pkg-plist new file mode 100644 index 00000000000..88f642fc5b2 --- /dev/null +++ b/games/quake3-excessive/pkg-plist @@ -0,0 +1,7 @@ +%%Q3DIR%%description.pk3 +%%Q3DIR%%maplist.cfg +%%Q3DIR%%motd.cfg +%%Q3DIR%%readme.txt +%%Q3DIR%%vm/qagame.qvm +@dirrm %%Q3DIR%%vm +@dirrm %%Q3DIR%% |