1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/comms/gr-osmosdr/Makefile
Ganael LAPLANCHE 6c59721076 - Enable staging
- Use new LIB_DEPENDS format
- Use new options framework
2013-11-08 10:49:16 +00:00

43 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= gr-osmosdr
PORTVERSION= 20130509
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
EXTRACT_SUFX= .tgz
MAINTAINER= martymac@FreeBSD.org
COMMENT= GNU Radio OsmoSDR module
LICENSE= GPLv3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \
cheetah:${PORTSDIR}/devel/py-cheetah
LIB_DEPENDS= libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \
libgnuradio-fcd.so:${PORTSDIR}/comms/gnuradio \
libgruel.so:${PORTSDIR}/comms/gnuradio \
libboost_system.so:${PORTSDIR}/devel/boost-libs \
libboost_thread.so:${PORTSDIR}/devel/boost-libs
USES= pkgconfig cmake
USE_LDCONFIG= yes
USE_PYTHON= 2.7+
CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \
-DENABLE_FCD:BOOL=ON \
-DENABLE_FILE:BOOL=ON
OPTIONS_DEFINE= RTLSDR
RTLSDR_DESC= Enable rtl-sdr (RTL2832) support
OPTIONS_DEFAULT= RTLSDR
RTLSDR_LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr
RTLSDR_CMAKE_ON= -DENABLE_RTL:BOOL=ON -DENABLE_RTL_TCP:BOOL=ON
post-install:
@${LN} -sf libgnuradio-osmosdr.so.0.0.1git \
${STAGEDIR}${PREFIX}/lib/libgnuradio-osmosdr.so.0
.include <bsd.port.mk>