aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2004-11-15 19:45:36 +0800
committerdanfe <danfe@FreeBSD.org>2004-11-15 19:45:36 +0800
commitb5dc8e78ff60e668dc6c34449da5354ed70d2dfb (patch)
treec60c26e8e471be1db29e09d451cb49014cbe8871
parentb89e7eaaf7e89de96570775cb08161cf2a4bd053 (diff)
downloadfreebsd-ports-gnome-b5dc8e78ff60e668dc6c34449da5354ed70d2dfb.tar.gz
freebsd-ports-gnome-b5dc8e78ff60e668dc6c34449da5354ed70d2dfb.tar.zst
freebsd-ports-gnome-b5dc8e78ff60e668dc6c34449da5354ed70d2dfb.zip
Update and convert to use `games/mvdsv' as master port.
Approved by: fjoe (mentor, implicit)
-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%%