tmkfile - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tmkfile (382B)
       ---
            1 pkg = libncurses
            2 ver = 6.0
            3 url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-$ver.tar.gz
            4 
            5 <../default.mk
            6 
            7 CONFIGURE = ${CONFIGURE} \
            8         --with-install-prefix=$destdir \
            9         --without-tests \
           10         --without-cxx \
           11         --without-cxx-binding \
           12         --without-ada \
           13         --enable-overwrite \
           14         --enable-sigwinch \
           15         --enable-widec \
           16         --with-normal