diff options
Diffstat (limited to 'games/linux-enemyterritory-jaymod-21')
-rw-r--r-- | games/linux-enemyterritory-jaymod-21/Makefile | 59 | ||||
-rw-r--r-- | games/linux-enemyterritory-jaymod-21/distinfo | 3 | ||||
-rw-r--r-- | games/linux-enemyterritory-jaymod-21/pkg-descr | 14 | ||||
-rw-r--r-- | games/linux-enemyterritory-jaymod-21/pkg-plist | 23 |
4 files changed, 0 insertions, 99 deletions
diff --git a/games/linux-enemyterritory-jaymod-21/Makefile b/games/linux-enemyterritory-jaymod-21/Makefile deleted file mode 100644 index 15076a22aa5b..000000000000 --- a/games/linux-enemyterritory-jaymod-21/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: jaymod -# Date created: 7 May 2006 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= jaymod -PORTVERSION= 2.1.7 -PORTREVISION= 1 -CATEGORIES= games linux -MASTER_SITES= http://jaymod.clanfu.org/lib/downloads/ \ - http://budjb.com/lib/downloads/ \ - http://www.zenenterprises.org/bud/jaymod/ \ - http://www.spherens.com/zen/et/distro/ -PKGNAMEPREFIX= linux-enemyterritory- - -MAINTAINER= alepulver@FreeBSD.org -COMMENT= Jaymod - An Enemy Territory Modification - -RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory - -USE_LINUX= yes - -OPTIONS= OMNIBOT "Install Omni-Bot for bot support" off - -DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME} - -CLIENT_PK3= ${PORTNAME}-${PORTVERSION}.pk3 -PLIST_SUB= CLIENT_PK3="${CLIENT_PK3}" - -.include <bsd.port.pre.mk> - -.if defined(WITH_OMNIBOT) -RUN_DEPENDS+= et-omni-bot:${PORTSDIR}/games/linux-enemyterritory-omni-bot -.endif - -do-build: -.for f in et etded - @(${ECHO_CMD} "#!/bin/sh"; \ - ${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} +set omnibot_path "${DATADIR}/../omni-bot" "$$@"') > \ - ${WRKSRC}/${f}-${PORTNAME} -.endfor - -do-install: -.for f in et etded - ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin -.endfor - ${MKDIR} ${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/qagame.mp.i386.so ${DATADIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${CLIENT_PK3} *.cfg ${DATADIR} - ${CP} -r ${WRKSRC}/linux ${WRKSRC}/mapscripts ${DATADIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} README.txt doc/jaymod.pdf ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/games/linux-enemyterritory-jaymod-21/distinfo b/games/linux-enemyterritory-jaymod-21/distinfo deleted file mode 100644 index 7571a58f83cd..000000000000 --- a/games/linux-enemyterritory-jaymod-21/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jaymod-2.1.7.tar.gz) = 422eec802d4bded0b89908ca38c00434 -SHA256 (jaymod-2.1.7.tar.gz) = f9341236f351765826e00c5905ede9f485dbf2a57c556d2959b925a4a4aa8948 -SIZE (jaymod-2.1.7.tar.gz) = 11926903 diff --git a/games/linux-enemyterritory-jaymod-21/pkg-descr b/games/linux-enemyterritory-jaymod-21/pkg-descr deleted file mode 100644 index 44cf28808f72..000000000000 --- a/games/linux-enemyterritory-jaymod-21/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Jaymod is an add-on modification to RTCW: Enemy Territory. - -The idea for Jaymod came from the main features of Shrubmod. Shrubmod has -long been out of date and unsupported, and with the instability issues that -come with Shrubmod, something had to be done to get a Shrub-like server-side -mod that would provide most of Shrub's features, be stable, and be supported. - -This mod has, obviously, outgrown the original objective of being server-side -only. Some of the ideas I wanted to implement could not be done with server -code only, so the decision was made to start working on the client end as -well. I wanted this to be as easy as possible for end users, and now only one -pak needs to be downloaded (on the fly) to be able to play this mod. - -WWW: http://jaymod.clanfu.org/ diff --git a/games/linux-enemyterritory-jaymod-21/pkg-plist b/games/linux-enemyterritory-jaymod-21/pkg-plist deleted file mode 100644 index 24da152cd408..000000000000 --- a/games/linux-enemyterritory-jaymod-21/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/et-jaymod -bin/etded-jaymod -%%DATADIR%%/jaymod.cfg -%%DATADIR%%/%%CLIENT_PK3%% -%%DATADIR%%/linux/convert_shrub -%%DATADIR%%/linux/serverctl -%%DATADIR%%/mapscripts/battery.script -%%DATADIR%%/mapscripts/fueldump.script -%%DATADIR%%/mapscripts/fueldump_lms.script -%%DATADIR%%/mapscripts/goldrush.script -%%DATADIR%%/mapscripts/oasis.script -%%DATADIR%%/mapscripts/oasis_lms.script -%%DATADIR%%/mapscripts/radar.script -%%DATADIR%%/mapscripts/railgun.script -%%DATADIR%%/mapscripts/railgun_lms.script -%%DATADIR%%/qagame.mp.i386.so -%%DATADIR%%/server.cfg -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/jaymod.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/mapscripts -@dirrm %%DATADIR%%/linux -@dirrm %%DATADIR%% |