pkgsrc/ham/gnuradio-trellis/Makefile

20 lines
553 B
Makefile
Raw Normal View History

2017-04-30 03:21:19 +02:00
# $NetBSD: Makefile,v 1.26 2017/04/30 01:21:45 ryoon Exp $
PKGNAME= gnuradio-trellis-${VERSION}
2017-04-30 03:21:19 +02:00
PKGREVISION= 1
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_TRELLIS=True
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True
DEPENDS+= gnuradio-digital-[0-9]*:../../ham/gnuradio-digital
DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
PLIST_MINUS+= digital
.include "../../mk/bsd.pkg.mk"