freebsd-ports/comms/jsdr/files/patch-jsdr.pro
Tobias C. Berner 3af9c286ad Simplify Makefile of comms/jsdr
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)
2016-11-19 11:53:23 +00:00

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