8b5589a2ea
py-* not affected, since it built different versions depending on the setting already.
21 lines
534 B
Makefile
21 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.17 2012/03/09 12:34:14 wiz Exp $
|
|
|
|
DISTNAME= gr-howto-write-a-block-${VERSION}
|
|
PKGREVISION= 5
|
|
CATEGORIES= ham
|
|
PKGNAME= gnuradio-howto-${VERSION}
|
|
COMMENT= Documentation on creating GNU Radio signal processing blocks
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/patches
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
REPLACE_PYTHON+= apps/howto_square.py
|
|
|
|
.include "../../ham/gnuradio-core/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|