Ticket #35448: frotz.diff

File frotz.diff, 739 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • Portfile

     
    1818patchfiles        patch-Makefile patch-src-common-main.c \
    1919                    patch-src-common-process.c \
    2020                    patch-getline.diff
    21 configure        {
     21post-patch {
    2222        reinplace "s|@PREFIX@|${prefix}|" \
    2323                "${worksrcpath}/Makefile"
    2424}
    2525
     26use_configure       no
     27
     28variant universal {}
     29
     30build.args          CC="${configure.cc} [get_canonical_archflags cc]" \
     31                    INCL=${configure.cppflags} \
     32                    LIB=${configure.ldflags}
     33
    2634use_parallel_build  yes
    2735
     36eval destroot.args  ${build.args}
     37
    2838destroot.destdir  PREFIX=${destroot}${prefix}