diff options
Diffstat (limited to 'comms/fldigi/Makefile')
-rw-r--r-- | comms/fldigi/Makefile | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index af29ddb073ab..bd563de4df1d 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -1,13 +1,12 @@ PORTNAME= fldigi -DISTVERSION= 4.2.06 -PORTREVISION= 1 +DISTVERSION= 4.2.07 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} \ - http://www.w1hkj.com/files/fldigi/ + https://www.w1hkj.org/files/fldigi/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Digital decoder for psk, cw, psk31, olivia -WWW= http://www.w1hkj.com +WWW= https://www.w1hkj.org/FldigiHelp/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING @@ -17,29 +16,27 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xsltproc:textproc/libxslt LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ + libpng16.so:graphics/png \ libportaudio.so:audio/portaudio \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ - libudev.so:devel/libudev-devd \ - libpng16.so:graphics/png + libudev.so:devel/libudev-devd -USES= autoreconf:build compiler:c++11-lib desktop-file-utils gmake jpeg \ - perl5 pkgconfig shebangfix xorg +USES= autoreconf:build compiler:c++11-lib desktop-file-utils gmake \ + jpeg perl5 pkgconfig shebangfix xorg +USE_CXXSTD= gnu++0x USE_XORG= x11 xcursor xext xfixes xft xinerama xrender -USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - +CONFIGURE_ARGS= --enable-optimizations=none \ + --with-asciidoc \ + --with-sndfile CONFIGURE_ENV= EXTRA_LIBS="-lexecinfo" \ FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" -CONFIGURE_ARGS= --with-asciidoc \ - --with-sndfile \ - --enable-optimizations=none -OPTIONS_DEFINE= DOCS FLARQ HAMLIB NLS OSS PULSEAUDIO -OPTIONS_DEFAULT=FLARQ HAMLIB OSS -OPTIONS_SUB= yes +OPTIONS_DEFINE= DOCS FLARQ HAMLIB NLS OSS PULSEAUDIO +OPTIONS_DEFAULT= FLARQ HAMLIB OSS +OPTIONS_SUB= yes FLARQ_DESC= Compile flarq HAMLIB_DESC= Support rig control via hamlib @@ -47,11 +44,11 @@ HAMLIB_DESC= Support rig control via hamlib FLARQ_CONFIGURE_ENABLE= flarq HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib HAMLIB_CONFIGURE_WITH= hamlib +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls OSS_CONFIGURE_ENABLE= oss PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH= pulseaudio -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls post-configure: ${RM} ${WRKSRC}/doc/*.1 |