blob: 4efcb07043008a5d022922ddd5a0ee06df4c868e (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh ../.port_include.sh
port=doom
workdir=SerenityDOOM-master
version=serenity-git
curlopts="-L"
files="https://github.com/SerenityOS/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
makeopts="-C doomgeneric/"
installopts="-C doomgeneric/"
|