mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f67a16a964
convert QuakeWorld demos from QWD format to MVD, with quite a few options. PR: 57145 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
31 lines
750 B
Makefile
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>
|