aboutsummaryrefslogtreecommitdiff
path: root/games/volleyball/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-08 16:32:53 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-08 16:32:53 +0000
commit8e6040e79878bb2c5a0354a92bd17b613339aa43 (patch)
tree5cf57b2f5cf35048ae0669ce032581947380427c /games/volleyball/Makefile
parentffe48d0e1872f5d54ca08bfd27fbd764653578e8 (diff)
downloadports-8e6040e79878bb2c5a0354a92bd17b613339aa43.tar.gz
ports-8e6040e79878bb2c5a0354a92bd17b613339aa43.zip
- Update to 0.8.6
PR: ports/111376 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=189498
Diffstat (limited to 'games/volleyball/Makefile')
-rw-r--r--games/volleyball/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/volleyball/Makefile b/games/volleyball/Makefile
index efb031f5d384..552ec8665f53 100644
--- a/games/volleyball/Makefile
+++ b/games/volleyball/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= volleyball
-PORTVERSION= 0.8.5
-PORTREVISION= 1
+PORTVERSION= 0.8.6
CATEGORIES= games
MASTER_SITES= http://www.losersjuegos.com.ar/juegos/volleyball/descargas/ \
http://www.amdmi3.ru/distfiles/
@@ -17,18 +16,18 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= A game similar to GNU Arcade Volleyball
-USE_SDL= sdl image
+USE_SDL= sdl image mixer
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
-CONFIGURE_ARGS= --disable-nls # strangeness in nls support
+CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GCC= 3.4+
PORTDOCS= README
MAN6= volleyball.6
-DATAVERSION= 0.8.4
+DATAVERSION= 0.8.5
post-configure:
cd ${WRKDIR}/${PORTNAME}-data-${DATAVERSION} && \