Changeset 78270
- Timestamp:
- 04/30/11 19:08:15 (4 years ago)
- Location:
- trunk/dports/net/hdhomerun
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (4 diffs)
-
files/Makefile-libpath.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/hdhomerun/Portfile
r78264 r78270 6 6 name hdhomerun 7 7 version 20110323 8 revision 1 8 9 set firm_version ${version} 9 10 categories net multimedia … … 17 18 master_sites http://download.silicondust.com/hdhomerun 18 19 distname lib${name}_${version} 19 patchfiles Makefile-universal.diff 20 patchfiles Makefile-universal.diff Makefile-libpath.diff 20 21 patch.args -p1 21 22 extract.suffix .tgz … … 39 40 use_configure no 40 41 41 build.target hdhomerun_config 42 post-patch { 43 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile 44 } 45 42 46 build.args-append CC=${configure.cc} \ 43 47 CXX=${configure.cxx} \ … … 52 56 xinstall -m 0755 ${worksrcpath}/hdhomerun_config \ 53 57 ${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/ 54 67 xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/ 55 68 xinstall -m 0644 ${distpath}/${name}_atsc_firmware_${firm_version}.bin \
Note: See TracChangeset
for help on using the changeset viewer.

