# -*- 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$ PortSystem 1.0 name pstoedit version 3.70 revision 3 categories graphics platforms darwin maintainers nomaintainer license GPL-2+ description Translate PostScript and PDF to other vector formats long_description pstoedit converts PostScriptâ„¢ and PDF files to other \ vector graphic formats so that they can be edited \ graphically. homepage http://www.pstoedit.net/ master_sites sourceforge:project/pstoedit/pstoedit/${version} checksums rmd160 b41a02485ebba3861681d280407a788a59538d15 \ sha256 06b86113f7847cbcfd4e0623921a8763143bbcaef9f9098e6def650d1ff8138c depends_build port:pkgconfig depends_lib port:ImageMagick \ port:plotutils depends_run port:ghostscript patchfiles patch-config-pstoedit.pc.in.diff \ patch-configure.ac.diff \ patch-pkglibdir.diff \ patch-src-cppcomp.h.diff use_autoreconf yes configure.args --without-emf \ --without-swf configure.cppflags-append -Wno-long-long use_parallel_build no post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/doc pstoedit.1 \ ${destroot}${prefix}/share/man/man1 xinstall -m 644 {*}[glob -directory ${worksrcpath}/doc *.htm *.tex *.txt] \ ${destroot}${prefix}/share/doc/${name} }