Ticket #20035: Portfile.diff
File Portfile.diff, 734 bytes (added by mdj@…, 15 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name cc65 5 version 2. 9.35 version 2.12.0 6 6 categories lang 7 7 maintainers nomaintainer 8 8 description 6502 C compiler … … 18 18 http://bj.spline.de/cc65/ \ 19 19 ftp://ftp.musoftware.de/pub/uz/cc65/ \ 20 20 ftp://ftp.musoftware.de/pub/uz/cc65/old/ 21 checksums md5 255a231cd475852545a5bad1d21e867d21 checksums md5 bd6d194a489334164a0fc383d1e12acc 22 22 worksrcdir ${name}-${version}/src 23 23 use_configure no 24 24 build.args -f make/gcc.mak 25 25 build.env PREFIX=${prefix} 26 patchfiles patch- gcc.mak26 patchfiles patch-makefiles.diff 27 27 28 28 post-build { 29 29 system "cd ${worksrcpath}/../libsrc && make"