devel/containers/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=containers
VERSION=git
RELEASE=1
SOURCE="https://github.com/arachsys/containers"
BUILD_STYLE=gmake
BUILD_OPT="CFLAGS=-static"
. ${0%/*}/../../libsh/libdmake.sh

$ cat ndmake.sh
#!/bin/sh -ue
NAME=containers
VERSION=git
RELEASE=1
SOURCE="https://github.com/arachsys/containers"
BUILD_STYLE=gmake
BUILD_OPT="CFLAGS=-static"
. ${0%/*}/../../libsh/libdmake.sh