From f67a16a964e9b5fd1b27b4c4e926c1b4de442b8e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 24 Sep 2003 19:11:35 +0000 Subject: This is a port of QWDtools For UNIX, very useful utility to convert QuakeWorld demos from QWD format to MVD, with quite a few options. PR: 57145 Submitted by: Alexey Dokuchaev --- games/qwdtools/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 games/qwdtools/Makefile (limited to 'games/qwdtools/Makefile') diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile new file mode 100644 index 000000000000..bf6df34242f0 --- /dev/null +++ b/games/qwdtools/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: QWDtools +# Date created: 24 Sen 2003 +# Whom: Alexey Dokuchaev +# +# $FreeBSD$ +# + +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@regency.nsu.ru +COMMENT= Converts QuakeWorld demos from QWD format to MVD format + +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 + +.include -- cgit v1.2.3