# -*- 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 74121 2010-12-05 01:26:00Z jmr@macports.org $ PortSystem 1.0 name libemf version 1.0.7 platforms darwin categories graphics maintainers nomaintainer description Enhanced Metafile Library long_description \ libEMF is a C/C++ library which provides a drawing toolkit based on \ ECMA-234. The general purpose of this library is to create vector \ graphics files on POSIX systems which can be imported into \ StarOffice/OpenOffice (and Microsoft Office). homepage http://libemf.sourceforge.net/ checksums md5 f1011f5cc254aa228be78704fe5f9960 \ sha1 ef61f8d73b6e68785b973cbbe8c449138f40b740 \ rmd160 cad46f73982f5e22fee51e6278053dcb5ea29b98 master_sites sourceforge distname libEMF-${version} use_autoreconf yes #platform darwin { # # this would be one line if it didn't have to work on tiger # if {${os.major} >= 9} { # configure.cppflags-append -Xarch_ppc -D__PPC__=1 # } else { # universal_variant no # if {${configure.build_arch} == "ppc"} { # configure.cppflags-append -D__PPC__=1 # } # } #} livecheck.type regex livecheck.url http://sourceforge.net/projects/libemf/files/ livecheck.regex {libEMF-(\d+(?:\.\d+)*)}