139b9f213b
prerequisite (buildlink3). Thanks Dave Tyson for the report at pkgsrc-users@. PKGREVISION++. Those two depends on gnuradio-fec, so the same situation as it. (PLIST of these two are NOT affected, but actuall installation PLIST will be different because of gnuradio-fec is also installed with those).
18 lines
520 B
Makefile
18 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/03/25 14:21:03 mef Exp $
|
|
|
|
PKGNAME= gnuradio-atsc-${VERSION}
|
|
PKGREVISION= 1
|
|
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_ATSC=ON
|
|
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
|
|
|
|
DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
|
|
|
|
PLIST_MINUS+= fec
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|