aboutsummaryrefslogtreecommitdiff
path: root/games/qwdtools
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-11-15 11:45:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-11-15 11:45:36 +0000
commit6761ea0a1a1f1297af88f804525336e526138a9c (patch)
treebeb554a0049062ee8149c6a48d511d1db9d42a32 /games/qwdtools
parent3190e0620b1e9a9437f23778c9b81e4bee5547a3 (diff)
downloadports-6761ea0a1a1f1297af88f804525336e526138a9c.tar.gz
ports-6761ea0a1a1f1297af88f804525336e526138a9c.zip
Notes
Diffstat (limited to 'games/qwdtools')
-rw-r--r--games/qwdtools/Makefile21
-rw-r--r--games/qwdtools/distinfo2
-rw-r--r--games/qwdtools/files/patch-Makefile14
-rw-r--r--games/qwdtools/pkg-descr2
-rw-r--r--games/qwdtools/pkg-plist5
5 files changed, 4 insertions, 40 deletions
diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile
index 9642ea115c8f..c2f05f79900e 100644
--- a/games/qwdtools/Makefile
+++ b/games/qwdtools/Makefile
@@ -6,25 +6,10 @@
#
PORTNAME= qwdtools
-PORTVERSION= 0.02
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
+DESCR= ${.CURDIR}/pkg-descr
-WRKSRC= ${WRKDIR}/${PORTNAME}-unix
-ALL_TARGET= ${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-. for file in INSTALL README NEWS
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-. endfor
-.endif
+MASTERDIR= ${.CURDIR}/../mvdsv
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
diff --git a/games/qwdtools/distinfo b/games/qwdtools/distinfo
deleted file mode 100644
index a15f315b6500..000000000000
--- a/games/qwdtools/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (qwdtools-unix-source-0.02.tar.gz) = c38678c68db9f745c86018c816ada4fd
-SIZE (qwdtools-unix-source-0.02.tar.gz) = 41552
diff --git a/games/qwdtools/files/patch-Makefile b/games/qwdtools/files/patch-Makefile
deleted file mode 100644
index 9aa7d4b12b68..000000000000
--- a/games/qwdtools/files/patch-Makefile
+++ /dev/null
@@ -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
diff --git a/games/qwdtools/pkg-descr b/games/qwdtools/pkg-descr
index 55ffd39782cd..0bc11159e5f5 100644
--- a/games/qwdtools/pkg-descr
+++ b/games/qwdtools/pkg-descr
@@ -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
manually with Qizmo and run them through QWDtools after that.
-WWW: http://www.helsinki.fi/~sandvik/qwdlinux/
+WWW: http://mvdsv.sourceforge.net/
diff --git a/games/qwdtools/pkg-plist b/games/qwdtools/pkg-plist
deleted file mode 100644
index 348ceb9819a2..000000000000
--- a/games/qwdtools/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/qwdtools
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%@dirrm %%DOCSDIR%%