freebsd-ports/games/qwdtools/Makefile
Kirill Ponomarev f67a16a964 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>
2003-09-24 19:11:35 +00:00

31 lines
750 B
Makefile

# 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>