diff options
Diffstat (limited to 'Ports/SDL2/SDL2.sh')
-rwxr-xr-x | Ports/SDL2/SDL2.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Ports/SDL2/SDL2.sh b/Ports/SDL2/SDL2.sh deleted file mode 100755 index f21cc24604..0000000000 --- a/Ports/SDL2/SDL2.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -PORT_DIR=SDL -fetch() { - run_fetch_git "https://github.com/SerenityOS/SDL" -} -configure() { - CMAKEOPTS="-DPULSEAUDIO=OFF" - run_configure_cmake -} -build() { - run_make -} -install() { - run_make_install -} -. ../.port_include.sh |