PortSystem 1.0 name libfetch version 4.6.2-RELEASE categories net maintainers eric@opendarwin.org description FreeBSD file fetching library platforms darwin use_bzip2 yes master_sites http://www.opendarwin.org/projects/darwinports/distfiles/ checksums md5 81e390ad3bf8309f65c923a0c034e841 patchfiles patch-Makefile patch-http.c build.type bsd worksrcdir ${portname} configure {} set libver 3 build.env LDADD=-install_name\\ ${prefix}/lib/libfetch.${libver}.dylib install { cd ${workpath}/${worksrcdir} system "install -o root -m 755 -d ${prefix}/lib" system "install -o root -m 644 -c libfetch.${libver}.dylib \ ${prefix}/lib" system "ln -sf libfetch.3.dylib ${prefix}/lib/libfetch.dylib" system "install -o root -m 755 -d ${prefix}/include" system "install -o root -m 644 -c fetch.h ${prefix}/include" system "install -o root -m 755 -d ${prefix}/man/man3" system "install -o root -m 644 -c fetch.3 \ ${prefix}/man/man3" } contents lib/libfetch.dylib \ lib/libfetch.3.dylib \ include/fetch.h \ man/man3/fetch.3