? Loading fortune...
lib/brotli/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=brotli
VERSION=git
RELEASE=1
SOURCE="https://github.com/google/brotli"
BUILD_STYLE=make
prebuild() {
cp "$PORTDIR/files/Makefile" .
}
. ${0%/*}/../../libsh/libdmake.sh