mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
20 lines
665 B
Makefile
20 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/01/25 10:45:18 wiz Exp $
|
|
|
|
PKGNAME= gnuradio-audio-oss-${VERSION}
|
|
PKGREVISION= 9
|
|
COMMENT= Open Sound System support for GNU Radio
|
|
|
|
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
|
|
|
CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
|
|
CONFIGURE_ARGS+=--enable-gr-audio-oss
|
|
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
|
|
|
|
REPLACE_PYTHON+= gr-audio-oss/src/qa_oss.py
|
|
#LDFLAGS = -lgnuradio-core ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../ham/gnuradio-core/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|