mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5fdf19ae5a
Reported by: maintainer
19 lines
469 B
Makefile
19 lines
469 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qwdtools
|
|
CATEGORIES= games converters
|
|
COMMENT= Convert QuakeWorld demos from QWD format to MVD format
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PKGMESSAGE= /nonexistent
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/tools/qwdtools/source
|
|
GH_PROJECT= mvdsv
|
|
|
|
CFLAGS+= -DQWE_VERSION=\\\"${PORTVERSION}\\\" \
|
|
-DPROJECT_NAME=SERVER_NAME -DPROJECT_URL=HOMEPAGE_URL
|
|
|
|
MASTERDIR= ${.CURDIR}/../mvdsv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|