Index: head/games/mvdsv/Makefile =================================================================== --- head/games/mvdsv/Makefile (revision 329799) +++ head/games/mvdsv/Makefile (revision 329800) @@ -1,63 +1,54 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME?= mvdsv PORTVERSION= 0.29 PORTEPOCH= 2 CATEGORIES?= games MASTER_SITES= http://qw-dev.net/attachments/download/201/ DISTNAME= mvdsv_${PORTVERSION}-sources MAINTAINER= danfe@FreeBSD.org COMMENT?= Enhanced QuakeWorld server with multi-view demos capability LICENSE= GPLv2 USE_ZIP= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= ${OPSYS} ${ARCH:C/.*(64)/\1/} -MAKE_ARGS= CC="${CC}" ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/mvdsv PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE_i386= ASM OPTIONS_DEFINE_amd64= ASM OPTIONS_DEFAULT_i386= ASM OPTIONS_DEFAULT_amd64= ASM .if ${PORTNAME} == "mvdsv" OPTIONS_DEFINE+= KQUEUE OPTIONS_DEFAULT+= KQUEUE .endif KQUEUE_DESC= Kqueue support -NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MKQUEUE} MAKE_ARGS+= -DNOKQUEUE .endif .if ! ${PORT_OPTIONS:MASM} MAKE_ARGS+= -DWITHOUT_X86_ASM .endif post-patch: + @${REINPLACE_CMD} -e 's,gcc,${CC},' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,^inline ,,' ${WRKSRC}/source/sv_sys_unix.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -post-install: -# Checking for presence of ${PKGMESSAGE} explicitly does not work here -.if exists(${.CURDIR}/pkg-message) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/games/mvdsv/pkg-descr =================================================================== --- head/games/mvdsv/pkg-descr (revision 329799) +++ head/games/mvdsv/pkg-descr (revision 329800) @@ -1,7 +1,7 @@ MVDSV is popular QuakeWorld server with new amazing possibilities, most notably, of course, being multi-view demos. MVD demos are probably the biggest step in QuakeWorld since Qizmo release. MVDSV is also the best server to use with KTeams Pro deathmatch mod, and in fact is required -for latter's full functionality. +for the latter's full functionality. WWW: http://mvdsv.qw-dev.net/ Index: head/games/qwdtools/Makefile =================================================================== --- head/games/qwdtools/Makefile (revision 329799) +++ head/games/qwdtools/Makefile (revision 329800) @@ -1,13 +1,12 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= qwdtools CATEGORIES= games converters -COMMENT= Converts QuakeWorld demos from QWD format to MVD format +COMMENT= Convert QuakeWorld demos from QWD format to MVD format DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= /nonexistent MASTERDIR= ${.CURDIR}/../mvdsv -NO_STAGE= yes .include "${MASTERDIR}/Makefile"