Ticket #13386: patch
File patch, 1.5 KB (added by adfernandes (Andrew Fernandes), 17 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name ploticus 5 version 2.31 5 version 2.33 6 revision 8 6 7 categories math 7 8 maintainers nomaintainer 8 9 description plot generation program … … 17 18 homepage http://ploticus.sourceforge.net/ 18 19 platforms darwin 19 20 20 master_sites http://ploticus.sourceforge.net/download/ 21 distname pl231src 22 checksums md5 70712f7f41484db3bfd9210ae7742762 23 24 depends_lib lib:libX11:XFree86 lib:XXX:libpng lib:XXX:zlib 25 26 patchfiles patch-src__Makefile \ 27 patch-src__gd16.c 21 master_sites sourceforge 22 distname pl233src 23 checksums md5 1e242200e7e52f7a24041c95f58f2fc1 24 25 depends_lib lib:libX11:XFree86 \ 26 port:gd2 port:libpng port:zlib port:jpeg port:freetype 27 28 patchfiles ploticus_2.33-3.diff \ 29 stack.pl.diff \ 30 patch-src__Makefile \ 31 mac.patch 28 32 29 33 post-patch { 30 34 reinplace s|__PREFIX__|${prefix}| ${worksrcpath}/src/Makefile … … 34 38 35 39 build.dir ${worksrcpath}/src 36 40 build.target 41 42 destroot { 43 xinstall -d ${destroot}${prefix}/bin 44 xinstall -m 755 src/plgd18 ${destroot}${prefix}/bin/ploticus 45 xinstall -d ${destroot}${prefix}/share/man/man1 46 xinstall -m 444 man/man1/pl.1 ${destroot}${prefix}/share/man/man1/ploticus.1 47 }