aboutsummaryrefslogtreecommitdiff
path: root/games/warmux/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /games/warmux/Makefile
parentbdce4d94e267612e2955a9270d4659712a679dea (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Notes
Notes: svn path=/head/; revision=250901 svn path=/tags/RELEASE_7_3_0/; revision=250902; tag=release/7.3.0
Diffstat (limited to 'games/warmux/Makefile')
-rw-r--r--games/warmux/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile
deleted file mode 100644
index 5a6efa84af99..000000000000
--- a/games/warmux/Makefile
+++ /dev/null
@@ -1,43 +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
-DISTVERSION= 0.8.3
-PORTREVISION= 4
-CATEGORIES= games
-MASTER_SITES= http://download.gna.org/wormux/ \
- http://download.gna.org/wormux/archive/
-
-MAINTAINER= toha@toha.org.ua
-COMMENT= Wormux game
-
-LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
- curl:${PORTSDIR}/ftp/curl
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_SDL= sdl image mixer ttf gfx net
-
-MANCOMPRESSED= no
-MAN6= wormux.6
-
-post-patch:
- ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/Makefile.in \
- ${WRKSRC}/src/Makefile.in
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.include <bsd.port.mk>