freebsd-ports/games/qwdtools/Makefile
Alexey Dokuchaev a3eecc98e2 - Update `games/mvdsv' port to version 0.30
- 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
2016-01-21 10:05:35 +00:00

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"