tcurl: new port - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 2461bfa8efeaa8d292fa6f58d4d19e70671dc2fc
 (DIR) parent a9a1e4223b7f105fef3e88029c472e4a28a40631
 (HTM) Author: z3bra <willyatmailoodotorg>
       Date:   Sun, 17 Jan 2016 22:30:37 +0100
       
       curl: new port
       
       Diffstat:
         A curl/mkfile                         |      26 ++++++++++++++++++++++++++
       
       1 file changed, 26 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/curl/mkfile b/curl/mkfile
       t@@ -0,0 +1,26 @@
       +pkg = curl
       +ver = 7.42.1
       +url = http://curl.haxx.se/download/$pkg-$ver.tar.bz2
       +
       +<../config.mk
       +<../default.mk
       +
       +CONFIGURE = ${CONFIGURE} \
       +            --without-libidn \
       +            --disable-manual \
       +            --disable-file \
       +            --disable-ldap \
       +            --disable-ldaps \
       +            --disable-rtsp \
       +            --disable-dict \
       +            --disable-telnet \
       +            --disable-tftp \
       +            --disable-imap \
       +            --disable-imaps \
       +            --disable-pop3 \
       +            --disable-pop3s \
       +            --disable-smb \
       +            --disable-smbs \
       +            --disable-smtp \
       +            --disable-smtps \
       +            --enable-static