freebsd-ports/comms/dcf77pi/pkg-plist
Rene Ladan 11fb4232d6 Yet another DCF77 decoder. This one is intended for the Raspberry Pi
platform but might work on other devices using GPIO pins too.

The received data can be logged for later playback/analysis.

WWW: https://github.com/rene0/dcf77pi
2013-06-21 22:46:12 +00:00

8 lines
355 B
Text

bin/dcf77pi
bin/readpin
%%PORTDOCS%%%%DOCSDIR%%/README.md
@unexec if cmp -s %D/etc/dcf77pi/hardware.txt.sample %D/etc/dcf77pi/hardware.txt ; then rm -f %D/etc/dcf77pi/hardware.txt ; fi
etc/dcf77pi/hardware.txt.sample
@exec if [ ! -f %D/etc/dcf77pi/hardware.txt ] ; then cp -p %D/%F %B/hardware.txt ; fi
@dirrmtry %%ETCDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%