mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
DVB Frontend Status Monitor is a VDR plugin that displays some signal information parameters of the current tuned channel on OSD. You can zap through all your channels and the plugin should be monitoring always the right frontend. The transponder and stream information are also available in advanced display modes. WWW: http://www.saunalahti.fi/~rahrenbe/vdr/femon/
16 lines
452 B
Diff
16 lines
452 B
Diff
diff -ur orig/femon-1.7.7/Makefile femon-1.7.7/Makefile
|
|
--- orig/femon-1.7.7/Makefile 2010-03-05 03:20:00.000000000 +0100
|
|
+++ femon-1.7.7/Makefile 2010-03-05 17:55:59.000000000 +0100
|
|
@@ -115,7 +115,11 @@
|
|
ifndef FEMON_DEBUG
|
|
@$(STRIP) $@
|
|
endif
|
|
+ifdef FREEBSD
|
|
+ @cp -f $@ $(LIBDIR)/$@.$(APIVERSION)
|
|
+else
|
|
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
|
|
+endif
|
|
|
|
dist: clean
|
|
@-rm -rf $(TMPDIR)/$(ARCHIVE)
|
|
Only in femon-1.7.7: Makefile.orig
|