# $Id: Portfile,v 1.3 2004/05/06 15:05:49 pguyot Exp $ PortSystem 1.0 name libebml version 0.7.0 categories textproc maintainers pguyot@kallisys.net description EBML (Extensible Binary Meta Language), sort of binary version of XML. long_description EBML (Extensible Binary Meta Language), a binary derivative of \ XML. EBML enables the Matroska Development Team to gain \ significant advantages in terms of future format \ extensibility, without breaking file support in old parsers. homepage http://www.matroska.org/ platforms darwin master_sites http://dl.matroska.org/downloads/${name}/ checksums md5 84c94e2e5e0643155e799c1b7fef41e0 post-extract { cd "${worksrcpath}/make" system "cp -R linux darwin" } configure {} build.dir ${worksrcpath}/make/darwin build.args prefix=${prefix} # We need -p for install because ld will ask for ranlib if the modification date changes. destroot.args INSTALL_OPTS_LIB='-m 644 -p' destroot.destdir prefix=${destroot}${prefix}