freebsd-ports/games/wormux/Makefile
Pav Lucistnik cff98ea77c - Update to 0.7beta3
PR:		ports/93114
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2006-03-18 22:44:55 +00:00

40 lines
877 B
Makefile

# 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.7beta3
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/
MAINTAINER= toha@toha.org.ua
COMMENT= Wormux game
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_SDL= sdl image mixer ttf gfx
CONFIGURE_ARGS= --with-datadir-name=${PORTNAME} --program-prefix=""
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-weapon-ninja_rope.cpp
.endif
.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.post.mk>