aboutsummaryrefslogtreecommitdiff
path: root/games/mangos/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-20 23:20:03 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-20 23:20:03 +0000
commit5bbdbc3c8f622fca0114a7c3795ec2b4c38ad82f (patch)
tree45c6ca8d2f9d709767fa7ae31c57cb14f43e566d /games/mangos/Makefile
parent0511ff7f187aadb29247e88907da77480cd3624b (diff)
downloadports-5bbdbc3c8f622fca0114a7c3795ec2b4c38ad82f.tar.gz
ports-5bbdbc3c8f622fca0114a7c3795ec2b4c38ad82f.zip
Notes
Diffstat (limited to 'games/mangos/Makefile')
-rw-r--r--games/mangos/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/games/mangos/Makefile b/games/mangos/Makefile
index fdc9ba4c65c3..e76560a8b338 100644
--- a/games/mangos/Makefile
+++ b/games/mangos/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= mangos
-PORTVERSION= 4261
+PORTVERSION= 4345
CATEGORIES= games
MASTER_SITES= CENKES http://mangos-port.by.ru/ \
http://neon.heavennet.ru/mangos/
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-SCRIPTDEV2REV= 103
+SCRIPTDEV2REV= 107
MAINTAINER= neon_cyrex@mail.ru
COMMENT= Free dedicated-server for World of Warcraft
@@ -67,6 +67,11 @@ post-patch:
${WRKSRC}/src/mangosd/Makefile.am ${WRKSRC}/src/realmd/Makefile.am
@cd ${WRKSRC}/sql/updates/&&${REINPLACE_CMD} -e '/pkgdata_DATA/,$$d' Makefile.am\
&&${ECHO_CMD} "pkgdata_DATA=`echo *.sql README`">>Makefile.am
+.ifdef WITH_SCRIPTDEV2
+ @cd ${WRKSRC}/src/bindings/ScriptDev2/sql/Updates/&&\
+ ${REINPLACE_CMD} -e '/pkgdata_DATA/,$$d' Makefile.am\
+ &&${ECHO_CMD} "pkgdata_DATA=`echo *.sql`">>Makefile.am
+.endif
run-autotools-automake:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS})