Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / ham / gnuradio-gsm / Makefile
blob189f14c90eee29d90af2f6e9b86888612bd18200
1 # $NetBSD: Makefile,v 1.15 2012/10/03 13:01:44 asau Exp $
3 PKGNAME= gnuradio-gsm-${VERSION}
4 PKGREVISION= 6
5 COMMENT= GNU Radio GSM 06.10 13kbit/sec voice encoder/decoder
7 .include "../../meta-pkgs/gnuradio/Makefile.common"
9 CONFIGURE_ARGS+=--enable-gr-gsm-fr-vocoder
10 CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
12 PYTHON_PATCH_SCRIPTS+= gr-gsm-fr-vocoder/src/python/encdec.py
13 PYTHON_PATCH_SCRIPTS+= gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py
15 post-install:
16 ${MKDIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/gnuradio/vocoder
17 ${TOUCH} ${DESTDIR}${PREFIX}/${PYSITELIB}/gnuradio/vocoder/__init__.py
18 ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/${PYSITELIB}/gnuradio/vocoder
19 ${PY_COMPILE_O_ALL} ${DESTDIR}${PREFIX}/${PYSITELIB}/gnuradio/vocoder
21 .include "../../ham/gnuradio-core/buildlink3.mk"
22 .include "../../mk/bsd.pkg.mk"