freebsd-ports/comms/digiham/Makefile
Mark Linimon 084ade251a Add USE_CSTD=c99 to fix build on GCC-based systems:
pocsag/bch_31_21_syndrome_generator.c:22: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
2020-02-25 13:52:45 +00:00

24 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= digiham
DISTVERSION= 0.3.0
CATEGORIES= comms hamradio
MAINTAINER= vvelox@vvelox.net
COMMENT= Tools for decoding digital ham communication
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libmbe.so:comms/mbelib
USES= cmake
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= jketterl
GH_PROJECT= digiham
post-install:
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>