freebsd-ports/comms/quisk/Makefile
Stephen Hurd 7ee360d975 Update to 3.6.19.
From the changelog:
I added device names to PulseAudio.  The PulseAudio name "pulse" still refers
to the default device.  Otherwise, enter a PulseAudio name such as
"pulse:alsa_input.pci-0000_00_1b.0.analog-stereo".
PulseAudio support enables you to connect to recent versions of wsjt-x.
To turn this off, set show_pulse_audio_devices = False in your config file.

Submitted by:	shurd
2014-11-07 11:54:30 +00:00

32 lines
754 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= quisk
PORTVERSION= 3.6.19
CATEGORIES= comms hamradio
MASTER_SITES= http://james.ahlstrom.name/quisk/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=shurd
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Software Defined Radio (SDR)
LICENSE= GPLv2
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
libportaudio.so:${PORTSDIR}/audio/portaudio2 \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libpulse.so:${PORTSDIR}/audio/pulseaudio
USES= python
USE_PYTHON= distutils autoplist
USE_WX= 3.0+
WX_COMPS= python
post-extract:
${RM} ${WRKSRC}/_quisk.so ${WRKSRC}/sdriqpkg/sdriq.so
post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>