On Fri, 01 Jan 2016 18:43:19 +0100
Pascal Stumpf <[email protected]> wrote:
> dhewm 3 is a Doom 3 GPL source modification.
>
> The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all
> suitable plaforms.
>
> This source release does not contain any game data, the game data
> is still covered by the original EULA and must be obeyed as usual.
>
> You must patch the game to the latest version.
You are missing a DISTNAME
$ make fetch
===> Checking files for
`/usr/ports/distfiles/.tar.gz' is up to date.
Consider adding:
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME}
This will lead to proper downloads:
$ make fetch
===> Checking files for dhewm3-1.4.0
>> Fetch
>> https://github.com/dhewm/dhewm3/archive/1.4.0/dhewm3-1.4.0.tar.gz
$ make checksum
===> Checking files for dhewm3-1.4.0
`/usr/ports/distfiles/dhewm3-1.4.0.tar.gz' is up to date.
>> (SHA256) dhewm3-1.4.0.tar.gz: OK
I'm letting it build for now with the above change. Will report if I
hit anything else.
Regards,
Adam