freebsd-ports/comms/chirp/Makefile
Diane Bruce 5d6a1a1b92 py-serial got updated in r424787 to a 3.* version, which chirp 0.4.1 is not
compatible with because of a couple function => property changes.
Given that upstream hasn't made a non-daily release since 0.4.1 we are
forced to track daily builds for now.

PR:		ports/217499
Submitted by:	bsdports@kyle-evans.net
2017-03-04 02:47:32 +00:00

25 lines
781 B
Makefile

# $FreeBSD$
PORTNAME= chirp
PORTVERSION= 0.4.1.2017.02.22
CATEGORIES= comms hamradio
MASTER_SITES= http://trac.chirp.danplanet.com/chirp_daily/daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}/ \
LOCAL/db
DISTNAME= ${PORTNAME}-daily-${PORTVERSION:C/[0-9]+\.[0-9]+\.[0-9]+\.//:C/\.//g}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Free, open-source tool for programming your amateur radio
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${CHIRP_DEPENDS}
RUN_DEPENDS= ${CHIRP_DEPENDS}
CHIRP_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2 \
${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial \
${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2
USES= desktop-file-utils gettext python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>