forked from Lainports/freebsd-ports
Instead of doing a manual do-configure / do-build / do-install targets, copy a small 'jsdr.pro' file to WRKSRC and then rely on USES=qmake to do the rest. The version-suffix of the two binaries spectrum-viewer and fmreceiver was dropped in the process (why was it there?) -- and therefore the PORTREVISION is bumped. PR: 214642 Approved by: rakuco (mentor)
11 lines
253 B
Prolog
11 lines
253 B
Prolog
--- jsdr.pro.orig 2016-11-18 22:17:37 UTC
|
|
+++ jsdr.pro
|
|
@@ -0,0 +1,8 @@
|
|
+TEMPLATE = subdirs
|
|
+
|
|
+SUBDIRS = make-x64/swreceiver \
|
|
+ make-x64/fmreceiver \
|
|
+ make-x64/spectrum-viewer \
|
|
+ make-x64/mini-receiver
|
|
+
|
|
+CONFIG += ordered
|