Ticket #25477: fig2ps_Portfile.diff
File fig2ps_Portfile.diff, 1.6 KB (added by jjstickel@…, 14 years ago) |
---|
-
graphics/fig2ps/Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=2:ts=2:sts=2 1 2 # $Id: Portfile 56056 2009-08-23 23:04:27Z ryandesign@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 5 6 name fig2ps 6 version 1. 3.67 version 1.5 7 8 categories graphics tex 8 9 maintainers vcn.com:jjstickel 9 10 platforms darwin … … 20 21 pictures are seamlessly integrated with the text (notably, the font in\ 21 22 the figures is exactly the same as in the text). 22 23 23 checksums \24 md5 ad8156d5177d76bbfb9b84ea3f403453\25 sha1 6184054e3ed8b460db0f15f07400c66d8dbd725424 checksums md5 22ea30b5d0f36dfec7b462449b0fc82b \ 25 sha1 088f5b4a4beda035b6ddb8019e290627c2452d34 \ 26 rmd160 1d33c9b7377989f1a83cbfd8f63ecf82c8bad5ac 26 27 28 use_bzip2 yes 29 27 30 depends_run path:bin/perl:perl5 \ 28 31 port:ghostscript \ 29 32 port:transfig \ 30 33 bin:latex:texlive 31 34 32 35 post-extract { 33 reinplace "s|\$(DESTDIR)/usr|${destroot}${prefix}|" ${worksrcpath}/Makefile 34 reinplace "s|\$(DESTDIR)|${destroot}${prefix}|" ${worksrcpath}/Makefile 35 reinplace "s|usr/||" ${worksrcpath}/dirs 36 reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/Makefile 37 reinplace "s|/etc|${prefix}/etc|" ${worksrcpath}/Makefile 36 38 reinplace "s|/etc|${prefix}/etc|" ${worksrcpath}/bin/fig2ps 37 39 } 38 40