ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

mkfile (287B)


      1 <$mkbuild/mk.3rdparty
      2 
      3 <v.mk
      4 src = curl-$v
      5 url = http://curl.haxx.se/download/curl-$v.tar.gz
      6 mkfile = ../curl.mk
      7 
      8 # fix: hugehelp is not defined because we use --disable-manual.
      9 #      in src/tool_operate.c this is used though, so it's a bug.
     10 patches = \
     11 	"0" ../curl-fix-hugehelp.patch