aboutsummaryrefslogtreecommitdiff
path: root/games/armagetron
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-05-09 15:03:38 +0000
committerRene Ladan <rene@FreeBSD.org>2019-05-09 15:03:38 +0000
commitb8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch)
tree67d5f350f6c92b847a528d27db9960acb190f10e /games/armagetron
parentb25371bcc4d19620efa719c92e1a7c5f16c52c0b (diff)
downloadports-b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9.tar.gz
ports-b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9.zip
Notes
Diffstat (limited to 'games/armagetron')
-rw-r--r--games/armagetron/Makefile64
-rw-r--r--games/armagetron/distinfo2
-rw-r--r--games/armagetron/pkg-descr14
-rw-r--r--games/armagetron/pkg-plist99
4 files changed, 0 insertions, 179 deletions
diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile
deleted file mode 100644
index 7ffd3e93c38f..000000000000
--- a/games/armagetron/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# Created by: Maxime Henrion <mux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= armagetron
-PORTVERSION= 0.2.8.3.3
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}ad/stable/${PORTVERSION}/
-DISTNAME= armagetronad-${PORTVERSION}
-EXTRACT_SUFX= .src.tar.bz2
-
-MAINTAINER= ianthetechie@gmail.com
-COMMENT= Multiplayer networked Tron clone in 3D
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2019-05-08
-
-USES= gmake jpeg
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-etc --disable-initscripts
-CXXFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
-
-BUILD_DEPENDS+= bash:shells/bash
-LIB_DEPENDS+= libpng.so:graphics/png \
- libxml2.so:textproc/libxml2
-
-OPTIONS_DEFINE= MUSIC ARMA_SERVER_ONLY
-MUSIC_DESC= Compile in support for background music
-ARMA_SERVER_ONLY_DESC= Build dedicated server only
-
-OPTIONS_DEFAULT= MUSIC
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MARMA_SERVER_ONLY}
-CONFIGURE_ARGS+= --disable-glout
-PLIST_SUB+= CLIENT="@comment " SERVER="" SUFFIX="-dedicated"
-PKGNAMESUFFX= -dedicated
-.else
-USE_GL= gl
-USE_SDL= sdl image
-CXXFLAGS+= `${SDL_CONFIG} --cflags`
-PLIST_SUB+= CLIENT="" SERVER="@comment " SUFFIX=""
-.if ${PORT_OPTIONS:MMUSIC}
-USE_SDL+= mixer
-CONFIGURE_ARGS+=--enable-music
-.endif
-.endif
-
-# This script isn't needed and only causes install problems
-CONFIGURE_ARGS+=--disable-uninstall
-
-post-patch:
- @${REINPLACE_CMD} -e 's|sdl11-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
- @${FIND} ${WRKSRC}/batch -type f -exec ${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|g' {} \+
- @${REINPLACE_CMD} -e 's|^INSTALL=.*$$|INSTALL=${DATADIR}|g' \
- ${WRKSRC}/batch/*.in
- @${FIND} ${WRKSRC}/batch -name '*.bak' -o -name '*.orig' -delete
-
-.include <bsd.port.mk>
diff --git a/games/armagetron/distinfo b/games/armagetron/distinfo
deleted file mode 100644
index e36013abf1c7..000000000000
--- a/games/armagetron/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (armagetronad-0.2.8.3.3.src.tar.bz2) = ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8
-SIZE (armagetronad-0.2.8.3.3.src.tar.bz2) = 1857868
diff --git a/games/armagetron/pkg-descr b/games/armagetron/pkg-descr
deleted file mode 100644
index 3eca342f34c5..000000000000
--- a/games/armagetron/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-"A Tron clone in 3D"
-This has been the tagline of Armagetron, since, well, a very long time, and is
-probably the shortest and most accurate description possible. Tron was an
-arcade game based on the movie of the same name, release by Disney in 1982. The
-original game consisted of 4 sub-games, the only one of concern is the 'Light
-Cycles' one, in which the player uses a left/right joystick to control a 'Light
-Cycle' which leaves a wall behind it wherever the cycle it goes, turning only
-at 90 degree angles (well, on most servers anyways). The player must then force
-his opponents to crash into their wall while avoiding his opponents walls.
-Those were the humble beginnings of Armagetron Advanced's game play, which has
-now blossomed into 16 player mayhem, with highly advanced AI, network game
-play, and of course all in a 3D environment.
-
-WWW: http://armagetronad.net/
diff --git a/games/armagetron/pkg-plist b/games/armagetron/pkg-plist
deleted file mode 100644
index 3afb578a9dd0..000000000000
--- a/games/armagetron/pkg-plist
+++ /dev/null
@@ -1,99 +0,0 @@
-bin/armagetronad%%SUFFIX%%
-etc/games/armagetronad%%SUFFIX%%/aiplayers.cfg
-etc/games/armagetronad%%SUFFIX%%/default.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/breakfast_in_hell.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_complete.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_physics.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_politics.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_scoring.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/sumo_complete.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/death_zone.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/fortress_soccer.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/single_use_turbo.cfg
-etc/games/armagetronad%%SUFFIX%%/examples/teamsumo.cfg
-etc/games/armagetronad%%SUFFIX%%/master.srv
-etc/games/armagetronad%%SUFFIX%%/rc.config
-etc/games/armagetronad%%SUFFIX%%/settings.cfg
-etc/games/armagetronad%%SUFFIX%%/settings_authentication.cfg
-etc/games/armagetronad%%SUFFIX%%/settings_dedicated.cfg
-etc/games/armagetronad%%SUFFIX%%/settings_visual.cfg
-etc/games/armagetronad%%SUFFIX%%/subcultures.srv
-share/doc/games/armagetronad%%SUFFIX%%/html/bugs.html
-share/doc/games/armagetronad%%SUFFIX%%/html/changelog.html
-share/doc/games/armagetronad%%SUFFIX%%/html/commands.html
-share/doc/games/armagetronad%%SUFFIX%%/html/compile.html
-share/doc/games/armagetronad%%SUFFIX%%/html/config.html
-share/doc/games/armagetronad%%SUFFIX%%/html/faq.html
-share/doc/games/armagetronad%%SUFFIX%%/html/index.html
-share/doc/games/armagetronad%%SUFFIX%%/html/install_linux.html
-share/doc/games/armagetronad%%SUFFIX%%/html/install_macosx.html
-share/doc/games/armagetronad%%SUFFIX%%/html/install_result.html
-share/doc/games/armagetronad%%SUFFIX%%/html/install_windows.html
-share/doc/games/armagetronad%%SUFFIX%%/html/net/index.html
-share/doc/games/armagetronad%%SUFFIX%%/html/net/lower.html
-share/doc/games/armagetronad%%SUFFIX%%/html/net/middle.html
-share/doc/games/armagetronad%%SUFFIX%%/html/net/upper.html
-share/doc/games/armagetronad%%SUFFIX%%/html/network.html
-share/doc/games/armagetronad%%SUFFIX%%/html/readme_macosx.html
-share/doc/games/armagetronad%%SUFFIX%%/html/todo.html
-share/doc/games/armagetronad%%SUFFIX%%/html/versions.html
-share/games/armagetronad%%SUFFIX%%/desktop/armagetronad.desktop
-share/games/armagetronad%%SUFFIX%%/desktop/icons/large/armagetronad.png
-share/games/armagetronad%%SUFFIX%%/desktop/icons/medium/armagetronad.png
-share/games/armagetronad%%SUFFIX%%/desktop/icons/small/armagetronad.png
-share/games/armagetronad%%SUFFIX%%/language/american.txt
-share/games/armagetronad%%SUFFIX%%/language/british.txt
-share/games/armagetronad%%SUFFIX%%/language/deutsch.txt
-share/games/armagetronad%%SUFFIX%%/language/english_base.txt
-share/games/armagetronad%%SUFFIX%%/language/english_base_notranslate.txt
-share/games/armagetronad%%SUFFIX%%/language/french.txt
-share/games/armagetronad%%SUFFIX%%/language/languages.txt
-share/games/armagetronad%%SUFFIX%%/language/languages.txt.in
-share/games/armagetronad%%SUFFIX%%/language/polish.txt
-share/games/armagetronad%%SUFFIX%%/language/polish_transliterated.txt
-share/games/armagetronad%%SUFFIX%%/language/spanish.txt
-share/games/armagetronad%%SUFFIX%%/language/update.py
-%%CLIENT%%share/games/armagetronad/models/cycle_body.mod
-%%CLIENT%%share/games/armagetronad/models/cycle_front.mod
-%%CLIENT%%share/games/armagetronad/models/cycle_rear.mod
-share/games/armagetronad%%SUFFIX%%/resource/included/AATeam/map-0.2.8.0.dtd
-share/games/armagetronad%%SUFFIX%%/resource/included/AATeam/map-0.2.8.0_rc4.dtd
-share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/README
-share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/README
-share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/40-gon-0.2.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/README
-share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/diamond-1.0.2.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/square-1.0.1.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Your_mom/clever/inaktek-0.7.2.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Your_mom/clever/repeat-0.3.2.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/for_old_clients-0.1.0.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/fourfold_for_old_clients-0.1.0.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/sumo_4x4-0.1.1.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/sumo_8x2-0.1.0.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/zonetest-0.1.0.aamap.xml
-share/games/armagetronad%%SUFFIX%%/resource/included/map-0.1-exp.dtd
-share/games/armagetronad%%SUFFIX%%/resource/included/map-0.1.dtd
-share/games/armagetronad%%SUFFIX%%/resource/included/map-0.2.8_beta3.dtd
-%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/rcd_config
-%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/rcd_server
-%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/rcd_startstop
-share/games/armagetronad%%SUFFIX%%/scripts/relocate
-%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/serverstarter
-share/games/armagetronad%%SUFFIX%%/scripts/sysinstall
-%%CLIENT%%share/games/armagetronad/sound/cyclrun.wav
-%%CLIENT%%share/games/armagetronad/sound/expl.wav
-%%CLIENT%%share/games/armagetronad/textures/KGN_logo.png
-%%CLIENT%%share/games/armagetronad/textures/cycle_body.png
-%%CLIENT%%share/games/armagetronad/textures/cycle_wheel.png
-%%CLIENT%%share/games/armagetronad/textures/dir_wall.png
-%%CLIENT%%share/games/armagetronad/textures/floor.png
-%%CLIENT%%share/games/armagetronad/textures/floor_a.png
-%%CLIENT%%share/games/armagetronad/textures/floor_b.png
-%%CLIENT%%share/games/armagetronad/textures/font.png
-%%CLIENT%%share/games/armagetronad/textures/font_extra.png
-%%CLIENT%%share/games/armagetronad/textures/font_s.png
-%%CLIENT%%share/games/armagetronad/textures/icon.png
-%%CLIENT%%share/games/armagetronad/textures/rim_wall.png
-%%CLIENT%%share/games/armagetronad/textures/shadow.png
-%%CLIENT%%share/games/armagetronad/textures/sky.png
-%%CLIENT%%share/games/armagetronad/textures/title.jpg