aboutsummaryrefslogtreecommitdiffstats
path: root/games/doomsday/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-04-27 08:40:18 +0800
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-04-27 08:40:18 +0800
commit9461ad8877a43ae32f2d668b3292f60e1af534fe (patch)
tree1787b413702ec3e9b096c43605427008b758d6b2 /games/doomsday/Makefile
parenta951e192db03ee13f71122493642c43ee0407aaf (diff)
downloadfreebsd-ports-gnome-9461ad8877a43ae32f2d668b3292f60e1af534fe.tar.gz
freebsd-ports-gnome-9461ad8877a43ae32f2d668b3292f60e1af534fe.tar.zst
freebsd-ports-gnome-9461ad8877a43ae32f2d668b3292f60e1af534fe.zip
- Update from 1.13.2 to 1.14.0
- Take maintainership
Diffstat (limited to 'games/doomsday/Makefile')
-rw-r--r--games/doomsday/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile
index fac0ffbdf99a..9cae33d5bf31 100644
--- a/games/doomsday/Makefile
+++ b/games/doomsday/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= doomsday
-PORTVERSION= 1.13.2
+PORTVERSION= 1.14.0
CATEGORIES= games
MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danilo@FreeBSD.org
COMMENT= Enhanced Doom, Heretic, and Hexen source port
LICENSE= GPLv2
@@ -40,12 +40,19 @@ OPENAL_QMAKE_OFF= CONFIG+=deng_noopenal
PORTSCOUT= limit:^\d+\.\d+\.\d+$$
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 1000052
+LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+.endif
+
post-patch:
- ${REINPLACE_CMD} 's,share/man,man,' \
+ @${REINPLACE_CMD} 's,share/man,man,' \
${PATCH_WRKSRC}/doomsday/client/client.pro \
${PATCH_WRKSRC}/doomsday/server/server.pro
- ${REINPLACE_CMD} 's,python,${PYTHON_CMD},' \
+ @${REINPLACE_CMD} 's,python,${PYTHON_CMD},' \
${PATCH_WRKSRC}/doomsday/config.pri \
${PATCH_WRKSRC}/doomsday/build/build.pro
+ # Removing three non ascii bytes
+ @${REINPLACE_CMD} '1s,^...,,' ${WRKSRC}/doomsday/client/src/client/cl_sound.cpp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>