pkgsrc/ham/gnuradio-howto/Makefile
wiz 8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00

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"