aboutsummaryrefslogtreecommitdiff
path: root/comms/qsstv/Makefile
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2014-11-23 19:33:16 +0000
committerStephen Hurd <shurd@FreeBSD.org>2014-11-23 19:33:16 +0000
commit98881e80cbae5fe0f0cc4e5811b75498a751b36c (patch)
tree9c0cdb26d0c84fb7816e0f93c5ac4f77dc15520e /comms/qsstv/Makefile
parent4166261eaed9a75893a6f9926e1c83e3fcad122f (diff)
downloadports-98881e80cbae5fe0f0cc4e5811b75498a751b36c.tar.gz
ports-98881e80cbae5fe0f0cc4e5811b75498a751b36c.zip
Update to 8.2.8
Change Maintainer to hamradio@ Install (now pre-generated) documentation From the release announcement: - compatibility with Easypal Oct 2014: change in hybrid mode
Notes
Notes: svn path=/head/; revision=373170
Diffstat (limited to 'comms/qsstv/Makefile')
-rw-r--r--comms/qsstv/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile
index daf5a5d3e826..18060dc4e402 100644
--- a/comms/qsstv/Makefile
+++ b/comms/qsstv/Makefile
@@ -1,15 +1,15 @@
# $FreeBSD$
PORTNAME= qsstv
-PORTVERSION= 8.2.7
+PORTVERSION= 8.2.8
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://users.telenet.be/on4qz/qsstv/downloads/ \
${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= db
+MASTER_SITE_SUBDIR= shurd
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= shurd@FreeBSD.org
+MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio SSTV/FAX reception program for unix
LICENSE= GPLv3
@@ -19,18 +19,9 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
libhamlib.so:${PORTSDIR}/comms/hamlib \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libjasper.so:${PORTSDIR}/graphics/jasper
-.if defined(WITH_DEBUG)
-LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
-.endif
BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat
USES= qmake
USE_QT4= gui network xml moc_build rcc_build uic_build
-.if defined(WITH_DEBUG)
-IGNORE= sources need more patching for debug build
-.endif
-
-PLIST_FILES= bin/qsstv
-
.include <bsd.port.mk>