# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 121646 2014-07-03 09:21:40Z hum@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup msgpack msgpack-c 1.0.1 cpp- name msgpack1 categories devel maintainers hum openmaintainer description Library for a binary-based efficient data interchange format long_description MessagePack is a binary-based efficient data interchange \ format that is focused on high performance. \ It is like JSON, but very fast and small. homepage http://msgpack.org/ platforms darwin license Apache-2 checksums rmd160 368810cfa9dee57e41cbe462249fd4cc4957b71e \ sha256 01812c242215cee35a71dfd288de5298bd29c88d0cf9627773a55b522a3e2b29 dist_subdir msgpack conflicts port:msgpack depends_build port:autoconf port:automake port:libtool pre-configure { system -W ${worksrcpath} "./bootstrap" } post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} \ AUTHORS COPYING ChangeLog LICENSE NOTICE README README.md \ ${destroot}${docdir} }