diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /games/warmux | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Notes
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 46 | ||||
-rw-r--r-- | games/warmux/distinfo | 3 | ||||
-rw-r--r-- | games/warmux/pkg-descr | 14 |
3 files changed, 0 insertions, 63 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile deleted file mode 100644 index 1f6ef1354d7a..000000000000 --- a/games/warmux/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Ports collection makefile for: wormux -# Date created: Thu Dec 16 18:46:55 EET 2004 -# Whom: Anton Yudin <toha@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= wormux -PORTVERSION= 0.5.0 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://download.gna.org/wormux/ -DISTNAME= ${PORTNAME}-src-${PORTVERSION} - -MAINTAINER= toha@toha.org.ua -COMMENT= Wormux game - -USE_BZIP2= yes -USE_SDL= sdl -USE_GETTEXT= yes -USE_GNOME= gnomelibs - -LIB_DEPENDS+= clanGUI-0.7:${PORTSDIR}/devel/clanlib-devel -LIB_DEPENDS+= xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -PLIST_FILES= bin/wormux - -CONFIGURE_ARGS+=--prefix=${PREFIX} -GNU_CONFIGURE=yes - -.include <bsd.port.pre.mk> - -post-install: -.for dir in ${PREFIX}/share/${PORTNAME} - @${FIND} ${dir} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${dir} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.endfor - -.include <bsd.port.post.mk> diff --git a/games/warmux/distinfo b/games/warmux/distinfo deleted file mode 100644 index 9b4babefd820..000000000000 --- a/games/warmux/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wormux-src-0.5.0.tar.bz2) = e09c8a699da7a3a60e0c379b75986573 -SHA256 (wormux-src-0.5.0.tar.bz2) = 8db39431226e63c35cfc70e002d82b60593b691318ba2b4f1d241d04c10b98c9 -SIZE (wormux-src-0.5.0.tar.bz2) = 18787309 diff --git a/games/warmux/pkg-descr b/games/warmux/pkg-descr deleted file mode 100644 index 7f56eef58d08..000000000000 --- a/games/warmux/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Almost everyone has heard of the Worms(R) series of games, developed by Team17. -Worms was created in 1990, the goal of the game consisting of a several teams of -"worms" fighting to the death on a 2D map. Wormux is heavily influenced by all -games in this genre, including Scorched Earth and Liero. - -Wormux is free software clone of this game concept. Though currently under heavy -development, it is already very playable, with lots of weapons (Dynamite, -Baseball Bat, Teleportation, etc.). There are also lots of maps available for -your battling pleasure! Wormux takes the genre to the next level, with great -customisation options leading to great gameplay. There is a wide selection of -teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded -from the Internet, making strategy an important part of each battle. - -WWW: http://www.wormux.org/ |