aboutsummaryrefslogtreecommitdiff
path: root/games/qwdtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/qwdtools/Makefile')
-rw-r--r--games/qwdtools/Makefile21
1 files changed, 3 insertions, 18 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"