2017-01-13 23:03:35 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2017/01/13 22:03:36 mef Exp $
|
2006-11-13 18:30:30 +01:00
|
|
|
|
|
|
|
PKGNAME= gnuradio-trellis-${VERSION}
|
|
|
|
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
|
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
2006-11-13 18:30:30 +01:00
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=False
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_TRELLIS=True
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True
|
2006-11-13 18:30:30 +01:00
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
DEPENDS+= gnuradio-digital-[0-9]*:../../ham/gnuradio-digital
|
2015-01-03 15:18:13 +01:00
|
|
|
DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
PLIST_MINUS+= digital
|
2006-11-13 18:30:30 +01:00
|
|
|
|
2014-10-13 14:51:08 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|