summaryrefslogtreecommitdiff
path: root/games/qwdtools/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-24 19:11:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-24 19:11:35 +0000
commitf67a16a964e9b5fd1b27b4c4e926c1b4de442b8e (patch)
tree7d20f5ee81160e4175af3857b005c7fc6ebd9623 /games/qwdtools/Makefile
parent* s/-pthread/${PTHREAD_LIBS}/ (diff)
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 <danfe@regency.nsu.ru>
Notes
Notes: svn path=/head/; revision=89270
Diffstat (limited to 'games/qwdtools/Makefile')
-rw-r--r--games/qwdtools/Makefile30
1 files changed, 30 insertions, 0 deletions
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 <danfe@regency.nsu.ru>
+#
+# $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 <bsd.port.mk>