Ticket #43916: Portfile-srecord.diff
File Portfile-srecord.diff, 1.3 KB (added by stevecheckoway (Stephen Checkoway), 10 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name srecord 5 version 1. 365 version 1.63 6 6 categories devel 7 7 maintainers nomaintainer 8 8 platforms darwin … … 30 30 offsets, split and unsplit for memory striping schemes. 31 31 homepage http://srecord.sourceforge.net/ 32 32 master_sites sourceforge 33 checksums md5 8fce124d47f23b4aa187c3b8eebc9fd7 33 checksums rmd160 668d5dc75960666a7c99509f39ecd2602891c384 \ 34 sha256 78fec76d04424506e319f59b19a520428a7449ed087a67e1779fa2996992bf1a 35 depends_build port:libtool 34 36 configure.cflags-append "-I${prefix}/include" 35 configure. args --mandir=${destroot}${prefix}/share/man37 configure.env-append "LIBTOOL=glibtool" 36 38 destroot.destdir prefix=${destroot}${prefix} 37 39 40 pre-configure { 41 reinplace {s|@bindir@|$(prefix)/bin|} ${worksrcpath}/Makefile.in 42 reinplace {s|@mandir@|$(prefix)/share/man|} ${worksrcpath}/Makefile.in 43 reinplace {s|@datarootdir@|$(prefix)/share|} ${worksrcpath}/Makefile.in 44 reinplace {s|@libdir@|$(prefix)/lib|} ${worksrcpath}/Makefile.in 45 reinplace {s|@includedir@|$(prefix)/include|} ${worksrcpath}/Makefile.in 46 }