f12f790fff
See the thread for modularity issues etc: http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html See more info at recent gnuradio-core/Makefile commit log, thanks.
19 lines
591 B
Makefile
19 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
|
|
|
|
PKGNAME= gnuradio-pager-${VERSION}
|
|
COMMENT= FLEX radiopager receiver/demodulator of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_PAGER=ON
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
# -- Dependency Boost_FOUND = 1
|
|
# -- Dependency ENABLE_GNURADIO_RUNTIME = ON
|
|
# -- Dependency ENABLE_GR_FILTER = ON
|
|
# -- Dependency ENABLE_GR_ANALOG = ON
|
|
# -- Enabling gr-pager support.
|
|
# -- Override with -DENABLE_GR_PAGER=ON/OFF
|