diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 03:59:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 03:59:23 +0000 |
commit | 7fb560c2e0d72c7f6b81d214af0cb587261aaafd (patch) | |
tree | 5f88e3066f698ee695144f2bfed4323a72691514 /games/bzflag | |
parent | 65d488f4b3f0e90dfe5abc3307d39698c5f05934 (diff) | |
download | ports-7fb560c2e0d72c7f6b81d214af0cb587261aaafd.tar.gz ports-7fb560c2e0d72c7f6b81d214af0cb587261aaafd.zip |
Notes
Diffstat (limited to 'games/bzflag')
-rw-r--r-- | games/bzflag/Makefile | 5 | ||||
-rw-r--r-- | games/bzflag/distinfo | 4 | ||||
-rw-r--r-- | games/bzflag/pkg-plist | 30 |
3 files changed, 34 insertions, 5 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index b20eef783a7d..28cbf84ae544 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -6,11 +6,11 @@ # PORTNAME= bzflag -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}.20050318 +DISTNAME= ${PORTNAME}-${PORTVERSION}.20050930 MAINTAINER= chuck@pkix.net COMMENT= A multiplayer 3D tank battle game @@ -24,6 +24,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/games/bzflag/distinfo b/games/bzflag/distinfo index 179f0eb9c724..2feb1e49838e 100644 --- a/games/bzflag/distinfo +++ b/games/bzflag/distinfo @@ -1,2 +1,2 @@ -MD5 (bzflag-2.0.2.20050318.tar.bz2) = d4a72c6e85299fb72d5e8ab7450b31c3 -SIZE (bzflag-2.0.2.20050318.tar.bz2) = 8485296 +MD5 (bzflag-2.0.4.20050930.tar.bz2) = b91444c788996902b799f9b64efddd8f +SIZE (bzflag-2.0.4.20050930.tar.bz2) = 11251394 diff --git a/games/bzflag/pkg-plist b/games/bzflag/pkg-plist index cb567200d0ec..93b76914169a 100644 --- a/games/bzflag/pkg-plist +++ b/games/bzflag/pkg-plist @@ -1,10 +1,28 @@ bin/bzadmin bin/bzflag bin/bzfs -%%DATADIR%%/blade.png +include/PyWorldBox.h +include/PyTeam.h +include/PyPlayer.h +include/PyEvents.h +include/PyEvent.h +include/PyBZFlag.h +include/PyBZDB.h +lib/SAMPLE_PLUGIN.so +lib/RogueGenocide.so +lib/airspawn.so +lib/chathistory.so +lib/hiddenAdmin.so +lib/killall.so +lib/playHistoryTracker.so +lib/shockwaveDeath.so +lib/vocaliser.so +%%DATADIR%%/automatic_icon.png +%%DATADIR%%/blend_flash.png %%DATADIR%%/blue_basetop.png %%DATADIR%%/blue_basewall.png %%DATADIR%%/blue_bolt.png +%%DATADIR%%/blue_icon.png %%DATADIR%%/blue_laser.png %%DATADIR%%/blue_super_bolt.png %%DATADIR%%/blue_tank.png @@ -18,6 +36,7 @@ bin/bzfs %%DATADIR%%/bzflag-48x48.png %%DATADIR%%/caution.png %%DATADIR%%/clouds.png +%%DATADIR%%/dusty_flare.png %%DATADIR%%/explode1.png %%DATADIR%%/explode2.png %%DATADIR%%/explosion.wav @@ -76,6 +95,7 @@ bin/bzfs %%DATADIR%%/green_basetop.png %%DATADIR%%/green_basewall.png %%DATADIR%%/green_bolt.png +%%DATADIR%%/green_icon.png %%DATADIR%%/green_laser.png %%DATADIR%%/green_super_bolt.png %%DATADIR%%/green_tank.png @@ -114,12 +134,14 @@ bin/bzfs %%DATADIR%%/mountain1.png %%DATADIR%%/mountain2.png %%DATADIR%%/mountain3.png +%%DATADIR%%/observer_icon.png %%DATADIR%%/phantom.wav %%DATADIR%%/pop.wav %%DATADIR%%/puddle.png %%DATADIR%%/purple_basetop.png %%DATADIR%%/purple_basewall.png %%DATADIR%%/purple_bolt.png +%%DATADIR%%/purple_icon.png %%DATADIR%%/purple_laser.png %%DATADIR%%/purple_super_bolt.png %%DATADIR%%/purple_tank.png @@ -133,17 +155,23 @@ bin/bzfs %%DATADIR%%/red_basetop.png %%DATADIR%%/red_basewall.png %%DATADIR%%/red_bolt.png +%%DATADIR%%/red_icon.png %%DATADIR%%/red_laser.png %%DATADIR%%/red_super_bolt.png %%DATADIR%%/red_tank.png %%DATADIR%%/ricochet.wav %%DATADIR%%/rogue_bolt.png +%%DATADIR%%/rogue_icon.png %%DATADIR%%/rogue_laser.png %%DATADIR%%/rogue_super_bolt.png %%DATADIR%%/rogue_tank.png %%DATADIR%%/roof.png %%DATADIR%%/shock.wav %%DATADIR%%/snowflake.png +%%DATADIR%%/spree1.wav +%%DATADIR%%/spree2.wav +%%DATADIR%%/spree3.wav +%%DATADIR%%/spree4.wav %%DATADIR%%/std_ground.png %%DATADIR%%/steamroller.wav %%DATADIR%%/teamgrab.wav |