diff options
author | makc <makc@FreeBSD.org> | 2013-05-12 19:48:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-05-12 19:48:49 +0800 |
commit | 42c3e01f07107a7ded656f841e10cae90815ea5d (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /games/warmux | |
parent | c2b64d94e19f83563bdf4236c8047c64f184ed69 (diff) | |
download | freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.gz freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.zst freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.zip |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 12 | ||||
-rw-r--r-- | games/warmux/pkg-descr | 30 |
2 files changed, 19 insertions, 23 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index a15c193a2ff4..3db9192286f3 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: wormux -# Date created: Thu Dec 16 18:46:55 EET 2004 -# Whom: Anton Yudin <toha@FreeBSD.org> -# +# Created by: Anton Yudin <toha@FreeBSD.org> # $FreeBSD$ -# PORTNAME= warmux DISTVERSION= 11.04.1 @@ -13,7 +9,7 @@ MASTER_SITES= http://download.gna.org/${PORTNAME}/ \ http://download.gna.org/${PORTNAME}/archive/ MAINTAINER= makc@FreeBSD.org -COMMENT= Wormux game +COMMENT= Turn-based artillery game with free software mascots LIB_DEPENDS= xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ curl:${PORTSDIR}/ftp/curl @@ -30,7 +26,7 @@ USE_DOS2UNIX= fixed_class.h MANCOMPRESSED= no MAN6= warmux.6 -OPTIONS_DEFINE= FRIBIDI SERVER NLS +OPTIONS_DEFINE= FRIBIDI SERVER NLS DEBUG FRIBIDI_DESC= Enable bi-directional unicode support SERVER_DESC= Enable dedicated server @@ -44,7 +40,7 @@ post-patch: ${REINPLACE_CMD} -e "s,warmux_files.desktop,," ${WRKSRC}/data/Makefile.in ${FIND} -d ${WRKSRC}/data/ -name "*.*~" -delete -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug \ --enable-logging .endif diff --git a/games/warmux/pkg-descr b/games/warmux/pkg-descr index 89fe1389365c..71ad5d8afd6f 100644 --- a/games/warmux/pkg-descr +++ b/games/warmux/pkg-descr @@ -1,17 +1,17 @@ -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. +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. +WarMUX (WAR of Mascots from UniX) 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. +WarMUX 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! WarMUX +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. -Renamed to WarMUX (WAR of Mascots from UniX): -http://www.wormux.org/phpboost/news/news-0-17+wormux-becomes-warmux.php - -WWW: http://www.wormux.org/ +WWW: http://sourceforge.net/projects/warmux.mirror/ |