a3eecc98e2
- Do not set DISTNAME, let the framework pick it for us - Stop "configuring" the build, the most substantial part of which was to determine system endianness (by compiling and running simple program); this is not just bogus, but does not work with anticipated cross-builds - Unbreak the build of `games/qwdtools' slave port
15 lines
364 B
Makefile
15 lines
364 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
|
|
|
|
MASTERDIR= ${.CURDIR}/../mvdsv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|