b6f0c3c7ba
----------------------------- =Version 3.23.18= 2016-12-11 David Freese <iam_w1hkj@w1hkj.com> 782204c: DXcluster sort 73c2d1e: LoTW dc9c107: Socket Connect State =Version 3.23.17= e0eaaef: dxcluster update a81372a: GPIO update 99b0d1b: LoTW documentation 214a782: Time Of Day Clock 839eb0f: FSQ Heard parser =Version 3.23.16= df67d85: N3FJP rounding dd5dc22: GPIO PTT 03b95b5: lotw/eqsl interface 360209b: Resident help 4e905b6: ARQ Client vector 66a62fc: Rx Extract
61 lines
1.9 KiB
Makefile
61 lines
1.9 KiB
Makefile
# $NetBSD: Makefile,v 1.81 2016/12/18 02:59:09 mef Exp $
|
|
|
|
DISTNAME= fldigi-3.23.18
|
|
CATEGORIES= ham
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fldigi/}
|
|
|
|
MAINTAINER= makoto@ki.nu
|
|
HOMEPAGE= http://www.w1hkj.com/
|
|
COMMENT= Digital radio modem
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
|
|
# NetBSD 5.1 fails to find strip - install: exec of strip failed:
|
|
CONFIGURE_ENV+= STRIP=${STRIP}
|
|
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
|
|
SUBST_CLASSES+= perl
|
|
SUBST_STAGE.perl= post-configure
|
|
SUBST_FILES.perl= scripts/fldigi-shell
|
|
SUBST_MESSAGE.perl= Replacing Perl PATH
|
|
SUBST_SED.perl= -e s\|/usr/bin/perl\|${PERL5:Q}\|g
|
|
|
|
SUBST_CLASSES+= asciidoc
|
|
SUBST_STAGE.asciidoc= post-configure
|
|
SUBST_FILES.asciidoc= doc/Makefile.am doc/Makefile.in doc/Makefile
|
|
SUBST_MESSAGE.asciidoc= Replacing asciidoc PATH
|
|
SUBST_SED.asciidoc= -e s\|/usr/share\|${PREFIX}/share\|g
|
|
|
|
SUBST_CLASSES+= brag-os
|
|
SUBST_STAGE.brag-os= post-patch
|
|
SUBST_FILES.brag-os= src/misc/newinstall.cxx
|
|
SUBST_MESSAGE.brag-os= Show OS name correctly with Brag button
|
|
SUBST_SED.brag-os= -e s/@@OS@@/${OPSYS}/
|
|
|
|
# Following binary contains configure parameter, which is OK.
|
|
CHECK_WRKREF_SKIP+= bin/flarq
|
|
CHECK_WRKREF_SKIP+= bin/fldigi
|
|
|
|
CONFIGURE_ENV.NetBSD+= ac_cv_header_execinfo_h=no
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
CXXFLAGS+= -std=c++11 -Wno-error=c++11-narrowing
|
|
.endif
|
|
|
|
.include "../../audio/libsamplerate/buildlink3.mk"
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../audio/portaudio-devel/buildlink3.mk"
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../ham/hamlib/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../textproc/xmlrpc-c/buildlink3.mk"
|
|
.include "../../x11/fltk13/buildlink3.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|