Update and convert to use `games/mvdsv' as master port.

Approved by:	fjoe (mentor, implicit)
This commit is contained in:
Alexey Dokuchaev 2004-11-15 11:45:36 +00:00
parent 3190e0620b
commit 6761ea0a1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121657
5 changed files with 4 additions and 40 deletions

View file

@ -6,25 +6,10 @@
# #
PORTNAME= qwdtools PORTNAME= qwdtools
PORTVERSION= 0.02
CATEGORIES= games converters CATEGORIES= games converters
MASTER_SITES= http://www.helsinki.fi/~sandvik/qwdlinux/ \
http://freebsd.nsu.ru/distfiles/
DISTNAME= ${PORTNAME}-unix-source-${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Converts QuakeWorld demos from QWD format to MVD format COMMENT= Converts QuakeWorld demos from QWD format to MVD format
DESCR= ${.CURDIR}/pkg-descr
WRKSRC= ${WRKDIR}/${PORTNAME}-unix MASTERDIR= ${.CURDIR}/../mvdsv
ALL_TARGET= ${PORTNAME}
do-install: .include "${MASTERDIR}/Makefile"
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
. for file in INSTALL README NEWS
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
MD5 (qwdtools-unix-source-0.02.tar.gz) = c38678c68db9f745c86018c816ada4fd
SIZE (qwdtools-unix-source-0.02.tar.gz) = 41552

View file

@ -1,14 +0,0 @@
--- Makefile.orig Wed Sep 24 12:29:55 2003
+++ Makefile Wed Sep 24 12:30:19 2003
@@ -1,9 +1,9 @@
#Put the C compiler (eg gcc) you used after =
-CC=gcc
+CC?=gcc
#put the options (eg -Wall) after =
# CFLAGS=-Wall -ansi -pedantic -g
-CFLAGS=-Wall -ansi -pedantic
+#CFLAGS=-Wall -ansi -pedantic
#put .c program files (eg main.c, trunk.c) after=
SRC=dem_parse.c dem_send.c ini.c init.c main.c qwz.c tools.c

View file

@ -4,4 +4,4 @@ QuakeWorld demo files (in QWD format) to new-era multi-view format.
No QWZ format support yet, but one can always convert them to QWD No QWZ format support yet, but one can always convert them to QWD
manually with Qizmo and run them through QWDtools after that. manually with Qizmo and run them through QWDtools after that.
WWW: http://www.helsinki.fi/~sandvik/qwdlinux/ WWW: http://mvdsv.sourceforge.net/

View file

@ -1,5 +0,0 @@
bin/qwdtools
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%@dirrm %%DOCSDIR%%