freebsd-ports/comms/libsdr/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

28 lines
564 B
Makefile

# Created by: Jeffrey Baitis <jeff@baitis.net>
# $FreeBSD$
PORTNAME= libsdr
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
CATEGORIES= comms hamradio
MAINTAINER= jeff@baitis.net
COMMENT= Simple software defined radio (SDR) library
LICENSE= GPLv2
LIB_DEPENDS= libportaudio.so:audio/portaudio \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
librtlsdr.so:comms/rtl-sdr
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
MAKE_JOBS_UNSAFE= yes
USES= cmake pkgconfig
CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE
CMAKE_VERBOSE= 1
USE_LDCONFIG= yes
.include <bsd.port.mk>