blob: bf6df34242f05a12e9ebfb74d070baf31275c799 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|