New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 78270


Ignore:
Timestamp:
04/30/11 19:08:15 (4 years ago)
Author:
ecronin@…
Message:

net/hdhomerun: build&install libhdhomerun for hdhomerun_gui

Location:
trunk/dports/net/hdhomerun
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/hdhomerun/Portfile

    r78264 r78270  
    66name                hdhomerun 
    77version             20110323 
     8revision            1 
    89set firm_version    ${version} 
    910categories          net multimedia 
     
    1718master_sites        http://download.silicondust.com/hdhomerun 
    1819distname            lib${name}_${version} 
    19 patchfiles          Makefile-universal.diff 
     20patchfiles          Makefile-universal.diff Makefile-libpath.diff 
    2021patch.args          -p1 
    2122extract.suffix      .tgz 
     
    3940use_configure       no 
    4041 
    41 build.target        hdhomerun_config 
     42post-patch { 
     43    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile 
     44} 
     45 
    4246build.args-append   CC=${configure.cc} \ 
    4347                    CXX=${configure.cxx} \ 
     
    5256    xinstall -m 0755 ${worksrcpath}/hdhomerun_config \ 
    5357        ${destroot}${prefix}/bin/hdhomerun_config 
     58    xinstall -m 0755 ${worksrcpath}/libhdhomerun.dylib \ 
     59        ${destroot}${prefix}/lib/libhdhomerun.dylib 
     60    xinstall -m 0644 -W ${worksrcpath} \ 
     61            hdhomerun.h hdhomerun_os.h hdhomerun_os_posix.h \ 
     62            hdhomerun_types.h hdhomerun_pkt.h hdhomerun_sock.h \ 
     63            hdhomerun_debug.h hdhomerun_discover.h hdhomerun_control.h \ 
     64            hdhomerun_video.h hdhomerun_channels.h hdhomerun_channelscan.h \ 
     65            hdhomerun_device.h hdhomerun_device_selector.h \ 
     66        ${destroot}${prefix}/include/ 
    5467    xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/ 
    5568    xinstall -m 0644 ${distpath}/${name}_atsc_firmware_${firm_version}.bin \ 
Note: See TracChangeset for help on using the changeset viewer.