2017-08-24 22:03:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.27 2017/08/24 20:03:25 adam Exp $
|
2006-11-13 18:30:30 +01:00
|
|
|
|
|
|
|
PKGNAME= gnuradio-trellis-${VERSION}
|
2017-08-24 22:03:08 +02:00
|
|
|
PKGREVISION= 2
|
2006-11-13 18:30:30 +01:00
|
|
|
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"
|